Skip to content
Snippets Groups Projects
Commit ab774859 authored by Fujii Masao's avatar Fujii Masao
Browse files

Remove incorrect comment from postgres_fdw.c.

Etsuro Fujita
parent 8d9a0e85
No related branches found
No related tags found
No related merge requests found
...@@ -2261,7 +2261,6 @@ static void ...@@ -2261,7 +2261,6 @@ static void
store_returning_result(PgFdwModifyState *fmstate, store_returning_result(PgFdwModifyState *fmstate,
TupleTableSlot *slot, PGresult *res) TupleTableSlot *slot, PGresult *res)
{ {
/* PGresult must be released before leaving this function. */
PG_TRY(); PG_TRY();
{ {
HeapTuple newtup; HeapTuple newtup;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment