pike.git/
lib/
modules/
Sql.pmod/
pgsql.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-05
2017-11-05 15:49:10 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c071bc9e318c0a5ebeb4df1c681e0506d72a7e35 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
c071bc9e318c0a5ebeb4df1c681e0506d72a7e35
Modules: Fixed logts of warnings.
More fall out from the LFUN::destroy ==> LFUN::_destruct rename.
1220:
destruct(waitforauthready); }
-
protected void
destroy
() {
+
protected void
_destruct
() {
catch(close()); .pgsql_util.unregister_backend(); }