Fix to_char() to avoid coredump on NULL input. Not needed in current
authorTom Lane <[email protected]>
Sun, 22 Oct 2000 19:19:42 +0000 (19:19 +0000)
committerTom Lane <[email protected]>
Sun, 22 Oct 2000 19:19:42 +0000 (19:19 +0000)
commit5aaba08d1749cdff4711b41cd40558968c85ecd8
tree29e1131a9978a729d15330af705621bd4ac4fbd8
parent6bb74dc8465f690fae10cc0b98cb7aa11e158d26
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