]> granicus.if.org Git - postgresql/commit
Improve handling of pthread_mutex_lock error case
authorStephen Frost <sfrost@snowman.net>
Thu, 1 Aug 2013 19:42:07 +0000 (15:42 -0400)
committerStephen Frost <sfrost@snowman.net>
Thu, 1 Aug 2013 19:43:42 +0000 (15:43 -0400)
commit1e8e324326be8fa907b51ba262cf0a21cb015ca3
treed8b8c62ac27060ef18bd8c2f66b0fe19d62adc86
parent9d7f66bc6c620f8c7548fc65d0e8e160615d5267
Improve handling of pthread_mutex_lock error case

We should really be reporting a useful error along with returning
a valid return code if pthread_mutex_lock() throws an error for
some reason.  Add that and back-patch to 9.0 as the prior patch.

Pointed out by Alvaro Herrera
src/interfaces/libpq/fe-secure.c