[COMMITTERS] pgsql: Fix handling of dropped columns in logical replication

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Fix handling of dropped columns in logical replication
Дата
Msg-id E1dejPN-00041z-Ao@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 <petr.jelinek@2ndquadrant.com>
Reported-by: Scott Milliken <scott@deltaex.com>
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Require update permission for the large object written bylo_put
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Last-minute updates for release notes.