mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Remove incorrect comment from postgres_fdw.c.
Etsuro Fujita
This commit is contained in:
parent
8d9a0e85bd
commit
ab77485945
@ -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…
Reference in New Issue
Block a user