pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql_util.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql_util.pmod:2670:
}; } final void close() { throwdelayederror(this); { Thread.MutexKey lock; 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(); if (unnamedstatement) lock = unnamedstatement->lock(1); if (c) c->purge(); } destruct(waitforauthready); }