Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt
authorTatsuo Ishii <[email protected]>
Mon, 9 May 2005 15:09:19 +0000 (15:09 +0000)
committerTatsuo Ishii <[email protected]>
Mon, 9 May 2005 15:09:19 +0000 (15:09 +0000)
src/backend/nodes/outfuncs.c

index 504a38f3fea9dac5a23fe12d8c6ccdaf8601789c..926561c38a842844a56f022d8bbb93e1f179299f 100644 (file)
@@ -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);