projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd406af
)
postgres_fdw: Remove useless return statement.
author
Robert Haas
<
[email protected]
>
Fri, 24 Jun 2016 18:32:11 +0000
(14:32 -0400)
committer
Robert Haas
<
[email protected]
>
Fri, 24 Jun 2016 18:33:13 +0000
(14:33 -0400)
Etsuro Fujita
contrib/postgres_fdw/deparse.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/deparse.c
b/contrib/postgres_fdw/deparse.c
index c91f3a55f7a22ea11e1a5457b56ba67d977dd10b..b0558edbf1b1f2448f6760f6d4797376cbecca83 100644
(file)
--- a/
contrib/postgres_fdw/deparse.c
+++ b/
contrib/postgres_fdw/deparse.c
@@
-1210,7
+1210,6
@@
deparseFromExprForRel(StringInfo buf, PlannerInfo *root, RelOptInfo *foreignrel,
heap_close(rel, NoLock);
}
- return;
}
/*