pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-07
2016-11-07 11:52:42 by Stephen R. van den Berg <srb@cuci.nl>
f35c508e1eac8adc284e19fd101b25246e5dde71 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Even wipe the portal list if you start with portal==0.
1178:
} PD("Closing database processloop %O\n",err); _delayederror=err;
-
for(;objectp(portal);portal=qportals->read())
+
do
if(objectp(portal)) { #ifdef PG_DEBUG showportal(0); #endif portal->_purgeportal(); }
-
+
while (portal = qportals->read());
if(!terminating && _options.reconnect) _connectfail(); else