]> granicus.if.org Git - postgresql/commit
Revert the change to print.c, as this breaks src/bin/scripts. The proper
authorNeil Conway <neilc@samurai.com>
Sat, 24 Jan 2004 20:43:26 +0000 (20:43 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 24 Jan 2004 20:43:26 +0000 (20:43 +0000)
commit6f046b9d9f6c0727fc72dafe869dba9bc015a8ea
treeab47632204052a1c5c4f702a9b55cfb983d2bb1f
parentd77b63b17cb34c69b4ace1f4479566b9f9160e2b
Revert the change to print.c, as this breaks src/bin/scripts. The proper
way to fix this is probably implementing safe memory handling functions
once in a static lib and then using that in the various client apps,
but for the moment I've just reverted the change to un-break the tree.
src/bin/psql/print.c