Re: pgsql: Add some code to ensure that we don't lose

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: pgsql: Add some code to ensure that we don't lose
Дата
Msg-id Pine.BSO.4.56.0410182013030.11510@leary.csoft.net
обсуждение исходный текст
Ответ на pgsql: Add some code to ensure that we don't lose communication sync due  (tgl@svr1.postgresql.org (Tom Lane))
Список pgsql-committers

On Tue, 19 Oct 2004, Tom Lane wrote:

> 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.

This can be an issue on clients (like JDBC) that have the ability to
stream data directly to the server.  The client doesn't need to load an
entire file into memory, it can stream it directly from disk to the sever.

Kris Jurka

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add some code to ensure that we don't lose communication sync due
Следующее
От: petere@svr1.postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Organize the help output a little better.