pgsql: Increase MAXLISTEN to a more generous value, and add an error

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Increase MAXLISTEN to a more generous value, and add an error
Дата
Msg-id 20050112163818.A73D73A5D1B@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Increase MAXLISTEN to a more generous value, and add an error message
telling when it has been exceeded.  Per trouble report from
Jean-G�rard Pailloncy.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqcomm.c (r1.174 -> r1.175)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c.diff?r1=1.174&r2=1.175)
    pgsql/src/backend/postmaster:
        postmaster.c (r1.442 -> r1.443)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.442&r2=1.443)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Ensure that the test postmaster started by 'make check' listens
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Re-allow an untyped literal as the test expression of a CASE, ie