pgsql: Fix incorrect psql \x memory allocation for numericlocale.

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect psql \x memory allocation for numericlocale.
Date: 2005-09-27 16:30:25
Message-ID: 20050927163025.069ECD9819@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect psql \x memory allocation for numericlocale. Redesign API
to be less error-prone.

Modified Files:
--------------
pgsql/src/bin/psql:
print.c (r1.75 -> r1.76)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.75&r2=1.76)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-09-27 17:13:14 pgsql: PGXS should be set with := not =, as specified in the
Previous Message Bruce Momjian 2005-09-27 15:18:13 pgsql: Add: > o Improve signal handling, >