pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-10-15
2016-10-15 00:32:08 by Stephen R. van den Berg <srb@cuci.nl>
b982c0c65ab5cf6c24d13a28a6cc32061efcccc9 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
pgsql: Drop callbacks on destruct of conxion, force short close.
316:
.pgsql_util.conxion lcon=getsocket(2); lcon->add_int32(16)->add_int32(PG_PROTOCOL(1234,5678)) ->add_int32(backendpid)->add(cancelsecret)->sendcmd(FLUSHSEND);
-
lcon
=0
;
+
destruct(
lcon
)
;
// Destruct explicitly to avoid delayed close
#ifdef PG_DEBUGMORE PD("Closetrace %O\n",backtrace()); #endif