projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9a0e8
)
Remove incorrect comment from postgres_fdw.c.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 14 Jul 2014 10:28:26 +0000
(19:28 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 14 Jul 2014 10:28:26 +0000
(19:28 +0900)
Etsuro Fujita
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 19debfb5c9ef1d8c9d2b22d6b93c2ff91e74699e..4c497768257404f1bd15576c8d1edddf9eb8ee73 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
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;