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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Just noticed that libpq thinks the maximum command tag length is
Дата
Msg-id 20070723185950.AB4FC9FB8E6@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: The correct min buffer size is INITIAL_EXPBUFFER_SIZE, not
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Set a default autovacuum vacuum_cost_delay value of 20ms, to