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.
- 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.
-
-
-
-
-