Fix handling of dropped columns in logical replication

Peter Eisentraut <peter_e@gmx.net>

Commit: 0e58455dd48ca9cbc9987c47b8297d10f1c307b0
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-07T14:28:35Z
Releases: 10.0
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

Files

PathChange+/−
src/backend/replication/logical/relation.c modified +3 −0