pgsql: Fix duplicate call to WRITE_NODE_FIELD(whereClause) in - Mailing list pgsql-committers

From ishii@svr1.postgresql.org (Tatsuo Ishii)
Subject pgsql: Fix duplicate call to WRITE_NODE_FIELD(whereClause) in
Date
Msg-id 20050509150919.C71CF53DBD@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix duplicate call to WRITE_NODE_FIELD(whereClause) in _outSelectStmt

Modified Files:
--------------
    pgsql/src/backend/nodes:
        outfuncs.c (r1.251 -> r1.252)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.251&r2=1.252)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add some defenses against functions declared to return set that
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Update "expected" regression test output for the recent stats