pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-11-18
2014-11-18 22:33:37 by Stephen R. van den Berg <srb@cuci.nl>
72d9bf3da94767537bc7c3002b28de0111279f4a (
8
lines) (+
2
/-
6
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Remove cruft and decouple one shortmux.
303:
} private .pgsql_util.conxion getsocket(void|int nossl) {
-
return .pgsql_util.conxion(this,qportals,(int)nossl
,_shortmux
);
+
return .pgsql_util.conxion(this,qportals,(int)nossl);
} //! Cancels all currently running queries in this session.
998:
portal->_setrowdesc(getcols()); PD("%O CopyInResponse\n",portal._portalname); portal._state=COPYINPROGRESS;
-
{
-
Thread.MutexKey resultlock=portal._resultmux->lock();
-
portal._newresult.signal();
-
resultlock=0;
-
}
+
break; case 'c': #ifdef PG_DEBUG