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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some code to ensure that we don't lose communication sync due
Date: 2004-10-18 23:23:29
Message-ID: 20041018232329.668B332A7BE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Kris Jurka 2004-10-19 01:15:08 Re: pgsql: Add some code to ensure that we don't lose
Previous Message Peter Eisentraut 2004-10-18 22:19:16 pgsql: New translation