aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-12-05 12:48:35 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2013-12-05 12:48:35 -0500
commit41042970be02778c9fef4b3f7ed0c5c07adc8cc6 (patch)
tree31c43161076ae39e3415b414c9dec0c6137792bd /src/backend/commands/async.c
parent06df57ac6245f4495163bcad1316ec46444c73b3 (diff)
downloadpostgresql-41042970be02778c9fef4b3f7ed0c5c07adc8cc6.tar.gz
postgresql-41042970be02778c9fef4b3f7ed0c5c07adc8cc6.zip
Clear retry flags properly in replacement OpenSSL sock_write function.
Current OpenSSL code includes a BIO_clear_retry_flags() step in the sock_write() function. Either we failed to copy the code correctly, or they added this since we copied it. In any case, lack of the clear step appears to be the cause of the server lockup after connection loss reported in bug #8647 from Valentine Gogichashvili. Assume that this is correct coding for all OpenSSL versions, and hence back-patch to all supported branches. Diagnosis and patch by Alexander Kukushkin.
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions