pgsql: Just noticed that libpq thinks the maximum command tag length is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Just noticed that libpq thinks the maximum command tag length is
Date: 2007-07-23 18:59:50
Message-ID: 20070723185950.AB4FC9FB8E6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-07-24 01:53:56 pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to
Previous Message Magnus Hagander 2007-07-23 18:13:10 pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not