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:14:19 by Stephen R. van den Berg <srb@cuci.nl>
1a02382b19d85682cc9c6fca67d2edae89a51f4d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
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;