projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e01e0b
)
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
author
Tatsuo Ishii
<
[email protected]
>
Mon, 9 May 2005 15:09:19 +0000
(15:09 +0000)
committer
Tatsuo Ishii
<
[email protected]
>
Mon, 9 May 2005 15:09:19 +0000
(15:09 +0000)
src/backend/nodes/outfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/outfuncs.c
b/src/backend/nodes/outfuncs.c
index 504a38f3fea9dac5a23fe12d8c6ccdaf8601789c..926561c38a842844a56f022d8bbb93e1f179299f 100644
(file)
--- a/
src/backend/nodes/outfuncs.c
+++ b/
src/backend/nodes/outfuncs.c
@@
-1255,7
+1255,6
@@
_outSelectStmt(StringInfo str, SelectStmt *node)
{
WRITE_NODE_TYPE("SELECT");
- WRITE_NODE_FIELD(whereClause);
WRITE_NODE_FIELD(distinctClause);
WRITE_NODE_FIELD(into);
WRITE_NODE_FIELD(intoColNames);