mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Remove incorrect comment from postgres_fdw.c.
Etsuro Fujita
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user