pgsql-server/src/bin/psql print.c - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql-server/src/bin/psql print.c
Date
Msg-id 20040124204326.A3387D1E990@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: wieck@svr1.postgresql.org (Jan Wieck)
Date:
Subject: pgsql-server/src backend/storage/buffer/bufmgr ...
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/src backend/storage/buffer/bufmgr ...