pgsql: Fix handling of dropped columns in logical replication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix handling of dropped columns in logical replication
Date: 2017-08-07 14:53:29
Message-ID: E1dejPN-00041z-Ao@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)jelinek(at)2ndquadrant(dot)com>
Reported-by: Scott Milliken <scott(at)deltaex(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-07 15:47:09 pgsql: Last-minute updates for release notes.
Previous Message Tom Lane 2017-08-07 14:19:40 pgsql: Require update permission for the large object written by lo_put