pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-05-28
2020-05-28 13:15:29 by Stephen R. van den Berg <srb@cuci.nl>
c712594beaac3472120dbe687380e060565c846d (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Only wait for queries that have not closed their portals yet.
2677:
if (unnamedstatement) termlock = unnamedstatement->lock(1); foreach (c->runningportals; sql_result result; )
+
if (result->_state < CLOSED)
catch(result->status_command_complete()); if (c) // Prevent trivial backtraces c->close();