OSDN Git Service

Corrected copyright year and a indentation.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 10 Oct 2017 01:34:19 +0000 (10:34 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 10 Oct 2017 01:34:19 +0000 (10:34 +0900)
Edited a copyright notice in which year is left alone. Correct an
indentation in make_join_rel.c. No functional change.

COPYRIGHT.postgresql
make_join_rel.c

index d8cde9a..9ca2620 100644 (file)
@@ -2,7 +2,7 @@ core.c and make_join_rel.c are parts of PostgreSQL Database Management System.
 (formerly known as Postgres, then as Postgres95)
 Copyright holders of those files are following organizations:
 
-Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index ac8e0c2..d57b6da 100644 (file)
@@ -20,7 +20,7 @@ static void populate_joinrel_with_paths(PlannerInfo *root, RelOptInfo *rel1,
                                                                                List *restrictlist);
 /*
  * adjust_rows: tweak estimated row numbers according to the hint.
-*/
+ */
 static double
 adjust_rows(double rows, RowsHint *hint)
 {