We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1198d63 commit 9dfb763Copy full SHA for 9dfb763
src/backend/nodes/outfuncs.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.251 2005/04/28 21:47:13 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.252 2005/05/09 15:09:19 ishii Exp $
12
13
* NOTES
14
* Every node type that can appear in stored rules' parsetrees *must*
@@ -1255,7 +1255,6 @@ _outSelectStmt(StringInfo str, SelectStmt *node)
1255
{
1256
WRITE_NODE_TYPE("SELECT");
1257
1258
- WRITE_NODE_FIELD(whereClause);
1259
WRITE_NODE_FIELD(distinctClause);
1260
WRITE_NODE_FIELD(into);
1261
WRITE_NODE_FIELD(intoColNames);
0 commit comments