pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-18
2014-11-18 12:18:23 by Stephen R. van den Berg <srb@cuci.nl>
5600d23140da90dac7a8540723c999dd88a543a4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Show filedescriptor in %O.
446:
case 'O': res=sprintf("sql_result state: %d numrows: %d eof: %d inflight: %d\n" "query: %O\n"
-
"portalname: %O datarows: %d"
+
"
fd: %O
portalname: %O datarows: %d"
" laststatus: %s\n", _state,rowsreceived,eoffound,inflight,
-
_query,
+
_query,
c?->socket?->query_fd(),
_portalname,datarowdesc&&sizeof(datarowdesc), statuscmdcomplete||(_unnamedstatementkey?"*parsing*":"")); break;