]> 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:21:43 +0000 (01:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jul 2007 01:21:43 +0000 (01:21 +0000)
commit804f016fb5e1dab31e8272f44298f1c0900d1cb8
tree8103cc03d7677ba2e4ec59aed06609535402be5e
parent74fbe9ccd184c96a37c0e5b0560f486a9ff903c5
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