Commit ab774859 authored by Fujii Masao's avatar Fujii Masao

Remove incorrect comment from postgres_fdw.c.

Etsuro Fujita
parent 8d9a0e85
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment