pgsql: Fix incorrect psql \x memory allocation for numericlocale. - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Fix incorrect psql \x memory allocation for numericlocale.
Date
Msg-id 20050927163025.069ECD9819@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > o Improve signal handling, >
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: PGXS should be set with := not =, as specified in the