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:11:07 by Stephen R. van den Berg <srb@cuci.nl>
43333602150e0cc688f7277047ee4781a4524d66 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
pgsql: Only wait for queries that have not closed their portals yet.
2859:
if (unnamedstatement) termlock = unnamedstatement->lock(1); foreach (c->runningportals; Result result; )
+
if (result->_state < CLOSED)
catch(result->status_command_complete()); if (c) // Prevent trivial backtraces c->close();