firtst release
Revision | 2ca7f98798fdd9e27254c49725df7e9f461c2539 (tree) |
---|---|
Time | 2014-01-17 17:20:56 |
Author | Takashi Suzuki <suzuki.takashi@metr...> |
Commiter | Takashi Suzuki |
Rowsヒント句の出力メッセージに関する変更結果を試験に反映した。
@@ -8167,6 +8167,7 @@ Rows(t1 t2 /99) | ||
8167 | 8167 | -- round up to 1 |
8168 | 8168 | /*+ Rows(t1 t2 -99999) */ |
8169 | 8169 | EXPLAIN SELECT * FROM t1 JOIN t2 ON (t1.id = t2.id); |
8170 | +WARNING: make rows estimation 1 since below 1 : Rows(t1 t2 -99999) | |
8170 | 8171 | LOG: pg_hint_plan: |
8171 | 8172 | used hint: |
8172 | 8173 | Rows(t1 t2 -99999) |