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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql print.c
Date: 2004-01-24 20:43:26
Message-ID: 20040124204326.A3387D1E990@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Jan Wieck 2004-01-24 20:57:42 Re: pgsql-server/src backend/storage/buffer/bufmgr ...
Previous Message Jan Wieck 2004-01-24 20:00:46 pgsql-server/src backend/storage/buffer/bufmgr ...