]> granicus.if.org Git - postgresql/commit
Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2007 01:22:18 +0000 (01:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2007 01:22:18 +0000 (01:22 +0000)
commitda15b2852e89c9b3348759febd864c436a78e3b9
treedfb76505b705731a942647c2540635f02a350497
parent62ca8db433cec4157248c6dcd9e03ff4760786c1
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.
src/backend/nodes/outfuncs.c