aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-10-22 18:41:51 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-10-22 18:41:51 -0400
commit52ef33f7257436aa24ee79cf2006a2d7e12f9021 (patch)
treed50c3bb051947f538e67476db250dabc4efe02e1 /src/backend/access/transam/xlog.c
parentd7624e5621aefe76c31798f79db47e952240225d (diff)
downloadpostgresql-52ef33f7257436aa24ee79cf2006a2d7e12f9021.tar.gz
postgresql-52ef33f7257436aa24ee79cf2006a2d7e12f9021.zip
Ensure libpq reports a suitable error message on unexpected socket EOF.
The EOF-detection logic in pqReadData was a bit confused about who should set up the error message in case the kernel gives us read-ready-but-no-data rather than ECONNRESET or some other explicit error condition. Since the whole point of this situation is that the lower-level functions don't know there's anything wrong, pqReadData itself must set up the message. But keep the assumption that if an errno was reported, a message was set up at lower levels. Per bug #11712 from Marko Tiikkaja. It's been like this for a very long time, so back-patch to all supported branches.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions