Fix handling of dropped columns in logical replication The relation attribute map was not initialized for dropped columns, leading to errors later on.
Author: Petr Jelinek <[email protected]> Reported-by: Scott Milliken <[email protected]> Bug: #14769 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0e58455dd48ca9cbc9987c47b8297d10f1c307b0 Modified Files -------------- src/backend/replication/logical/relation.c | 3 +++ 1 file changed, 3 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
