]> granicus.if.org Git - postgresql/commit
Add some code to ensure that we don't lose communication sync due to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Oct 2004 23:23:19 +0000 (23:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Oct 2004 23:23:19 +0000 (23:23 +0000)
commitc77d06633a6cf8456e880e7721b2988af82ded4d
tree18c4f9ef4806b1fad2b3ee61e78e73c50fd82cb2
parent6e53f18b84dbc7c60eb5be68d612d1507f2d6668
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.
src/backend/libpq/pqcomm.c