fix pgxcpath.c header comment
authorTomas Vondra <[email protected]>
Sun, 28 Aug 2016 02:27:04 +0000 (04:27 +0200)
committerPavan Deolasee <[email protected]>
Thu, 1 Sep 2016 09:18:21 +0000 (14:48 +0530)
src/backend/optimizer/path/pgxcpath.c

index ff1ed1e4e8ee3026299ca05b542f128ae3b66b60..ad115ff77e3a6c89b8b5dd9290901d7e820f78e6 100644 (file)
@@ -1,13 +1,12 @@
 /*-------------------------------------------------------------------------
  *
- * rquerypath.c
- *       Routines to find possible remote query paths for various relations and
- *       their costs.
+ * pgxcpath.c
+ *       Routines to find possible remote query paths for various relation types.
  *
  * Portions Copyright (c) 2012 Postgres-XC Development Group
  *
  * IDENTIFICATION
- *       src/backend/optimizer/path/rquerypath.c
+ *       src/backend/optimizer/path/pgxcpath.c
  *
  *-------------------------------------------------------------------------
  */