pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:147:
Fixed an off by one error in random(mapping) that randomly caused values of type PIKE_T_FREE from the freelist to be exposed to Pike. o Sql.pgsql Closed a prepared-statement-cache race when the same statement is offered multiple times before it finalises the cache entry. Fix sync errors with the database in case of multiple running statements on a single connection that generate multiple errors.
+
Eliminate spurious sync errors on pipe-lined transactions
+
(multiple transactions in flight on a single file descriptor).
+
CancelRequests (to cancel running queries) caused sync errors with
+
the database when multiple queries were in flight: fixed.
+
Eliminate transient error messages on database restarts.
Changes since Pike 8.0.404 (release 8) ---------------------------------------------------------------------- New Features ------------ o Calendar Updated Calendar to use timezonedata from tzdata2017a.