Re: pgsql: Add some code to ensure that we don't lose - Mailing list pgsql-committers

From Kris Jurka
Subject Re: pgsql: Add some code to ensure that we don't lose
Date
Msg-id Pine.BSO.4.56.0410182013030.11510@leary.csoft.net
Whole thread Raw
In response to pgsql: Add some code to ensure that we don't lose communication sync due  (tgl@svr1.postgresql.org (Tom Lane))
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add some code to ensure that we don't lose communication sync due
Next
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Organize the help output a little better.