From d134af56e9f540d3783d7af6ceeac4fa91a52be0 Mon Sep 17 00:00:00 2001 From: Christopher Browne Date: Thu, 24 Jan 2013 15:19:15 -0500 Subject: [PATCH] Add release note material on bugs 273, 282 --- RELEASE | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE b/RELEASE index 2ae5cf93..8f326491 100644 --- a/RELEASE +++ b/RELEASE @@ -17,6 +17,15 @@ - Bug 284 :: Fix documentation - tutorial +- Bug 282 :: replication failure where column domain/type is in a + schema outside of ~search_path~. Fix by handling the + cast inside of the apply trigger the same way, PL/pgSQL + is doing type casting internally. + +- Bug 273 :: Slon can try to pull data from a behind provider. Fix is + to not force the event provider to be part of the + providers unless we don't find any provider at all + otherwise. ** 2.2.0 - Bug #276 :: Fixed detection of duplicate value in sl_nodelock -- 2.39.5