diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-07-14 19:28:26 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-07-14 19:28:26 +0900 |
commit | ab774859456eb441ef049bf66af38b259cbdacce (patch) | |
tree | 5b468e409455656392736a23d2ba0112252b487d /contrib/postgres_fdw/postgres_fdw.c | |
parent | 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e (diff) | |
download | postgresql-ab774859456eb441ef049bf66af38b259cbdacce.tar.gz postgresql-ab774859456eb441ef049bf66af38b259cbdacce.zip |
Remove incorrect comment from postgres_fdw.c.
Etsuro Fujita
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 19debfb5c9e..4c497768257 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -2261,7 +2261,6 @@ static void store_returning_result(PgFdwModifyState *fmstate, TupleTableSlot *slot, PGresult *res) { - /* PGresult must be released before leaving this function. */ PG_TRY(); { HeapTuple newtup; |