pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs
Date
Msg-id 20070717012225.6E7319FA5C8@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix outfuncs.c to dump A_Const nodes representing NULLs correctly.  This has
been broken since forever, but was not noticed because people seldom look
at raw parse trees.  AFAIK, no impact on users except that debug_print_parse
might fail; but patch it all the way back anyway.  Per report from Jeff Ross.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/nodes:
        outfuncs.c (r1.176 -> r1.176.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.176&r2=1.176.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add CVS Wiki URL to docs.