Thread: pgsql-server/src/bin/psql print.c

pgsql-server/src/bin/psql print.c

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    neilc@svr1.postgresql.org    04/01/24 16:43:26

Modified files:
    src/bin/psql   : print.c

Log message:
    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.