pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-04-30
2021-04-30 04:48:23 by Stephen R. van den Berg <srb@cuci.nl>
0bd775fef78511733f1ec004b8a0a287c715c0ac (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
master
pgsql: Attempt to avoid double traps.
764:
int fd = -1; if (socket) catch(fd = socket->query_fd());
+
if (!this) // Not in destructed objects
+
return "";
res = predef::sprintf("conxion fd: %d input queue: %d/%d " "queued portals: %d output queue: %d/%d\n" "started: %d\n",
872:
int fd = -1; if (c && c->socket) catch(fd = c->socket->query_fd());
+
if (!this) // Not in destructed objects
+
return "";
res = sprintf( "Result state: %d numrows: %d eof: %d inflight: %d\n" "fd: %O portalname: %O coltypes: %d"