aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2018-08-05 05:31:18 +0900
committerMichael Paquier <michael@paquier.xyz>2018-08-05 05:31:18 +0900
commit5a23c74b63ec9f63c648f79b13a900c37332ee55 (patch)
tree3d8c59682c7f4d43a57ad29c2712c285532002c7 /src/backend/access/gist
parente61f21b921aebc0870d3ac47f77fc17e75e2fefb (diff)
downloadpostgresql-5a23c74b63ec9f63c648f79b13a900c37332ee55.tar.gz
postgresql-5a23c74b63ec9f63c648f79b13a900c37332ee55.zip
Reset properly errno before calling write()
6cb3372 enforces errno to ENOSPC when less bytes than what is expected have been written when it is unset, though it forgot to properly reset errno before doing a system call to write(), causing errno to potentially come from a previous system call. Reported-by: Tom Lane Author: Michael Paquier Reviewed-by: Tom Lane Discussion: https://postgr.es/m/31797.1533326676@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions