pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2019-12-11
2019-12-11 22:52:10 by Stephen R. van den Berg <srb@cuci.nl>
53cb3a35b4edc3f09fe38b6cfe7c0a536b24a36e (
10
lines) (+
10
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Document changes.
161:
Tentative fix for error 'indexing the NULL value with "set_nonblocking'.
+
o Sql.pgsql
+
+
- Ensure that the db connection is closed when the portal is closed.
+
+
- Small speed boost.
+
+
- Fix the only known deadlock-cause logged in the last year; only happened
+
(rarely) on multiple parallel queries on a single connection.
+
o SSL.File Do not close automatically on write error.