pgsql: Just noticed that libpq thinks the maximum command tag length is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Just noticed that libpq thinks the maximum command tag length is
Date
Msg-id 20070723185950.AB4FC9FB8E6@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Just noticed that libpq thinks the maximum command tag length is 40,
whereas in the backend it's been 64 for some time.  Hasn't mattered
because no actual tags exceed 40 bytes, but for consistency they should
be alike.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        libpq-int.h (r1.125 -> r1.126)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h.diff?r1=1.125&r2=1.126)

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: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to