pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2016-02-28
2016-02-28 19:38:57 by Stephen R. van den Berg <srb@cuci.nl>
294cda9718b3c0377be8abbf5db42276d72c1532 (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Update CHANGES documenting the recent pgsql bugfixes.
1:
Changes since Pike 8.0.164 ----------------------------------------------------------------------
+
Bug fixes
+
---------
+
+
o pgsql
+
+
The new driver in 8.0 suffered from filedescriptor leaks if the
+
database connections were not explicitly close()d.
+
Fixes have been applied which eliminate the filedescriptor leak and also
+
ensure that the filedescriptors are closed the instant the object
+
loses all references.
+
Building and installing -----------------------