pgsql: enlargePQExpBuffer, alone among the functions exported by - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: enlargePQExpBuffer, alone among the functions exported by
Date
Msg-id 20060528224205.64D539FA32D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
wasn't exported by exports.txt.  Ooops.  Per buildfarm results.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        exports.txt (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt.diff?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up pg_dump to do string escaping fully correctly for client
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ctl: Initialize the control attribute properly.