From 33b8e33aac9753f027de25ff69cd43ce399f40c9 Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Wed, 5 Jul 2017 10:17:15 +0200 Subject: [PATCH] Document pgsql CHANGES. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index edc9aa1e8d..4eb178bdad 100644 --- a/CHANGES +++ b/CHANGES @@ -154,6 +154,11 @@ o Sql.pgsql 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) ---------------------------------------------------------------------- -- GitLab