]> 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:25 +0000 (01:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2007 01:22:25 +0000 (01:22 +0000)
commitf1dda4c54e1b1d52e9975f9de8feac951ee6d45b
tree23a4a0ceb52e070d1350307fff3e99bf75820975
parenta776eaea3c661314e8fb14d69d627eebf11f3fef
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