]> granicus.if.org Git - postgresql/commit
Fix to_char() to avoid coredump on NULL input. Not needed in current
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Oct 2000 19:19:42 +0000 (19:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Oct 2000 19:19:42 +0000 (19:19 +0000)
commit6dee4ac84ce6382ce55a51ab519a1e37e00738f1
treec1219f7ec1dc74fda8cb586f754e0052bd15517d
parentd11d8d0501e62d146017b9b79d2a4dec55e95603
Fix to_char() to avoid coredump on NULL input.  Not needed in current
sources due to fmgr rewrite, but 7.0.3 can use the patch...
src/backend/utils/adt/formatting.c