From: Tomas Vondra Date: Sun, 28 Aug 2016 02:27:04 +0000 (+0200) Subject: fix pgxcpath.c header comment X-Git-Tag: XL9_5_R1_4~23 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c1aec6b2225d4e1abdcad0fb4f2da7d091c85d09;p=postgres-xl.git fix pgxcpath.c header comment --- diff --git a/src/backend/optimizer/path/pgxcpath.c b/src/backend/optimizer/path/pgxcpath.c index ff1ed1e4e8..ad115ff77e 100644 --- a/src/backend/optimizer/path/pgxcpath.c +++ b/src/backend/optimizer/path/pgxcpath.c @@ -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 * *------------------------------------------------------------------------- */