Branch: Tag:

2020-05-28

2020-05-28 13:11:07 by Stephen R. van den Berg <srb@cuci.nl>

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();