pgsql: Add some code to ensure that we don't lose communication sync due

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add some code to ensure that we don't lose communication sync due
Дата
Msg-id 20041018232329.668B332A7BE@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add some code to ensure that we don't lose  (Kris Jurka <books@ejurka.com>)
Список pgsql-committers
Log Message:
-----------
Add some code to ensure that we don't lose communication sync due to
an oversize message, per suggestion from Oliver Jowett.  I'm a bit
dubious that this is a real problem, since the client likely doesn't
have any more space available than the server, but it's not hard to
make it behave according to the protocol intention.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqcomm.c (r1.172 -> r1.173)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c.diff?r1=1.172&r2=1.173)

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

Предыдущее
От: petere@svr1.postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: New translation
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: pgsql: Add some code to ensure that we don't lose