pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-23
2014-11-23 02:27:47 by Stephen R. van den Berg <srb@cuci.nl>
ba9a016e409bb54a509999b3b9f3f687d686c133 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Workaround c?-> bug.
454:
"fd: %O portalname: %O datarows: %d" " laststatus: %s\n", _state,rowsreceived,eoffound,inflight,
-
_query,c
?
->socket?->query_fd(),
+
_query,c
&&c
->socket?->query_fd(),
_portalname,datarowtypes&&sizeof(datarowtypes), statuscmdcomplete||(_unnamedstatementkey?"*parsing*":"")); break;