projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c1734
)
Apply forgotten fix...
author
Shigeru Hanada
<
[email protected]
>
Fri, 19 Nov 2010 01:12:57 +0000
(10:12 +0900)
committer
Shigeru Hanada
<
[email protected]
>
Fri, 19 Nov 2010 01:12:57 +0000
(10:12 +0900)
contrib/postgresql_fdw/postgresql_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgresql_fdw/postgresql_fdw.c
b/contrib/postgresql_fdw/postgresql_fdw.c
index 98629900ebc8455b64eb4f4f5d160e820cce40ef..b6fd2eff973ef763ac2f9dba405a90f42b34b90b 100644
(file)
--- a/
contrib/postgresql_fdw/postgresql_fdw.c
+++ b/
contrib/postgresql_fdw/postgresql_fdw.c
@@
-396,7
+396,7
@@
deparseSql(ForeignScanState *scanstate)
* name of the child table, instead of name of the parent table, or table
* alias.
*/
- prefix =
tru
e;
+ prefix =
fals
e;
/* deparse SELECT and FROM clauses */
deparseSelectClause(&sql, table, scanstate->ss.ss_currentRelation->rd_att,