pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not
Date: 2007-07-23 18:13:03
Message-ID: 20070723181303.106C69FA1C0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_1_STABLE

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-auth.c (r1.107.2.2 -> r1.107.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.107.2.2&r2=1.107.2.3)
fe-connect.c (r1.323.2.2 -> r1.323.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c.diff?r1=1.323.2.2&r2=1.323.2.3)
libpq-int.h (r1.108.2.2 -> r1.108.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h.diff?r1=1.108.2.2&r2=1.108.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-23 18:13:10 pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not
Previous Message Magnus Hagander 2007-07-23 18:12:56 pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not