pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not
Date
Msg-id 20070723181310.1A4589FA1C0@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
The correct min buffer size is
INITIAL_EXPBUFFER_SIZE, not PQERRORMSG_LENGTH.

Backpatch only, the proper fix in HEAD is
to use PQExpBuffers everywhere.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-auth.c (r1.121.2.1 -> r1.121.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.121.2.1&r2=1.121.2.2)
        fe-connect.c (r1.339.2.1 -> r1.339.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.339.2.1&r2=1.339.2.2)
        libpq-int.h (r1.116 -> r1.116.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h.diff?r1=1.116&r2=1.116.2.1)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Just noticed that libpq thinks the maximum command tag length is