]> 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:03 +0000 (01:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2007 01:22:03 +0000 (01:22 +0000)
commit0f254ea39c38339772626ca1a3d54bd79a8f3733
treec7b4559044fa1f4318aaeb345b71302ef3f32166
parent7ff65db8b01d13a016532ac00c7bfbf60afbab20
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