Remove incorrect comment from postgres_fdw.c.

Etsuro Fujita
This commit is contained in:
Fujii Masao 2014-07-14 19:28:26 +09:00
parent 8d9a0e85bd
commit ab77485945
1 changed files with 0 additions and 1 deletions

View File

@ -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;