Remove incorrect comment from postgres_fdw.c.

Etsuro Fujita
pull/14/head
Fujii Masao 12 years ago
parent 8d9a0e85bd
commit ab77485945
  1. 1
      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;

Loading…
Cancel
Save