pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-12
2021-05-12 05:32:23 by Stephen R. van den Berg <srb@cuci.nl>
b6003b3521a768a75a5c836be703c52213be1465 (
56
lines) (+
30
/-
26
)
[
Show
|
Annotate
]
Branch:
master
pgsql: Ease out of early destructs.
2125:
#endif final void processloop(conxion ci) {
+
mixed err = catch {
(c = ci)->socket->set_id(procmessage); cancelsecret = 0; portal = 0;
2151:
cs->sendcmd(SENDOUT); } } // Do not flush at this point, PostgreSQL 9.4 disapproves
+
};
+
if (!err)
procmessage(); }