pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-05
2015-12-05 21:46:30 by Stephen R. van den Berg <srb@cuci.nl>
1412aecd2bf9130b14f8873ba2ba45ac5e6b4c5d (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Avoid race during failed connects.
617:
_connectfail(); else destruct(waitforauthready);
-
}
else
// Do not flush at this point, PostgreSQL 9.4 disapproves
+
return;
+
}
+
}
// Do not flush at this point, PostgreSQL 9.4 disapproves
procmessage(); }
-
}
+
private void procmessage() { int terminating=0;