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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs
Date: 2007-07-17 01:22:18
Message-ID: 20070717012218.E27139FA5D8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Modified Files:
--------------
pgsql/src/backend/nodes:
outfuncs.c (r1.218 -> r1.218.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/outfuncs.c.diff?r1=1.218&r2=1.218.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-17 01:22:25 pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs
Previous Message Tom Lane 2007-07-17 01:22:11 pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs