projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1198d63
)
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 9 May 2005 15:09:19 +0000
(15:09 +0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
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 2dc676b8d43c671865c83578995ead6505ee3ff7..37918e865842cfb6c7410060813333ade9450c95 100644
(file)
--- a/
src/backend/nodes/outfuncs.c
+++ b/
src/backend/nodes/outfuncs.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.25
1 2005/04/28 21:47:13 tgl
Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.25
2 2005/05/09 15:09:19 ishii
Exp $
*
* NOTES
* Every node type that can appear in stored rules' parsetrees *must*
@@
-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);