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:30:07 by Stephen R. van den Berg <srb@cuci.nl>
c71051037ee33e755b122f1eee89e5bfd14ad235 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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;