OSDN Git Service

[スキャン方式]試験のPG9.2用予測結果ファイルの試験番号と分類名を項目表の通りに変更した。
[pghintplan/pg_hint_plan.git] / core-9.2.c
index 93977d6..b06e54c 100644 (file)
@@ -19,7 +19,7 @@
  *     mark_dummy_rel()
  *     restriction_is_constant_false()
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
@@ -315,6 +315,7 @@ generate_mergeappend_paths(PlannerInfo *root, RelOptInfo *rel,
                                                                                                                        NULL));
        }
 }
+
 /*
  * accumulate_append_subpath
  *             Add a subpath to the list being built for an Append or MergeAppend
@@ -338,7 +339,6 @@ accumulate_append_subpath(List *subpaths, Path *path)
                return lappend(subpaths, path);
 }
 
-
 /*
  * standard_join_search
  *       Find possible joinpaths for a query by successively finding ways