Thread: pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

From
tgl@postgresql.org (Tom Lane)
Date:
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:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/nodes:
        outfuncs.c (r1.261.2.2 -> r1.261.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.261.2.2&r2=1.261.2.3)