pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-06-10
2020-06-10 21:37:12 by Stephen R. van den Berg <srb@cuci.nl>
b96cdc0b2d411f81940dd860937f7d4c6dd57e92 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
pgsql: The connection cannot be closed at this point, so omit testing for it.
2159:
if (!portal->delayederror) portal->delayederror = err; }
-
if (objectp(portal)
&& c
)
+
if (objectp(portal))
portal->_purgeportal(); }