OSDN Git Service

予測結果ファイルのタイプミスを修正した。
authorTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Fri, 21 Jun 2013 08:26:22 +0000 (17:26 +0900)
committerTakashi Suzuki <suzuki.takashi@metrosystems.co.jp>
Fri, 21 Jun 2013 08:26:22 +0000 (17:26 +0900)
expected/pg_hint_plan-9.1.out

index cd61186..83a72fe 100644 (file)
@@ -7896,8 +7896,7 @@ error hint:
 
 SET pg_hint_plan.lookup_hint_in_table = off;
 EXPLAIN (COSTS false) SELECT * FROM t1 WHERE t1.id = 1;
-
-          QUERY PLAN            
+           QUERY PLAN           
 --------------------------------
  Index Scan using t1_pkey on t1
    Index Cond: (id = 1)