Skip to content

Commit 9dfb763

Browse files
committed
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
1 parent 1198d63 commit 9dfb763

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/nodes/outfuncs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.251 2005/04/28 21:47:13 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/nodes/outfuncs.c,v 1.252 2005/05/09 15:09:19 ishii Exp $
1212
*
1313
* NOTES
1414
* Every node type that can appear in stored rules' parsetrees *must*
@@ -1255,7 +1255,6 @@ _outSelectStmt(StringInfo str, SelectStmt *node)
12551255
{
12561256
WRITE_NODE_TYPE("SELECT");
12571257

1258-
WRITE_NODE_FIELD(whereClause);
12591258
WRITE_NODE_FIELD(distinctClause);
12601259
WRITE_NODE_FIELD(into);
12611260
WRITE_NODE_FIELD(intoColNames);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy