pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-02-17
2016-02-17 18:57:18 by Stephen R. van den Berg <srb@cuci.nl>
bf9dab1b4bf419bba0a2772c5f104e6702ace996 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Improve error messages.
576:
private void waitauthready() { if(waitforauthready) {
-
PD("%d Wait for auth ready %O\n",c?->socket&&c->socket->query_fd(),backtrace()[-2]);
+
PD("%d Wait for auth ready %O\n",
+
c?->socket&&c->socket->query_fd(),backtrace()[-2]);
Thread.MutexKey lock=_shortmux->lock(); catch(PT(waitforauthready->wait(lock))); lock=0;