From 2867d9b9697ffc34133ad988782ae0af88811c4d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 May 2022 12:36:38 -0400 Subject: [PATCH] Release notes for 14.3, 13.7, 12.11, 11.16, 10.21. --- doc/src/sgml/release-14.sgml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 0118f0913a6..c5010b768ff 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -259,7 +259,7 @@ Branch: REL_10_STABLE [b6f869bee] 2022-02-11 15:23:52 -0500 The previous coding could try to read non-returnable columns in addition to the returnable ones. This was fairly harmless - because it didn't actually do anything with the bogus values; + because it didn't actually do anything with the bogus values, but it fell foul of a recently-added error check that rejected such a plan. @@ -697,26 +697,6 @@ Branch: REL_10_STABLE [b5e060473] 2022-02-14 08:45:54 +0530 - - Improve logical replication subscriber's error message for an - unsupported relation kind (Tom Lane) - - - - v13 and later servers support publishing partitioned tables. Older - server versions cannot handle subscribing to such a table, and they - gave a very misleading error message: table XYZ not found on - publisher. Arrange to deliver a more on-point message. - - - - -