pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-21
2017-11-21 09:00:58 by Stephen R. van den Berg <srb@cuci.nl>
966ee81930c6c0c388af5eb556a90411e27aa1e8 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Add diagnostics.
494:
} final void connectloop(proxy pgsqlsess, int nossl) {
-
mixed err = catch {
+
#ifdef
PG_DEBUG
+
mixed err =
+
#endif
+
catch {
for (; ; clear()) { socket->connect(pgsqlsess. host, pgsqlsess. port); #if constant(SSL.File)
540:
Thread.Thread(pgsqlsess->processloop, this); return; };
+
PD("Connect error %s\n", describe_backtrace(err));
catch(destruct(pgsqlsess->waitforauthready)); destruct(this); }