]> granicus.if.org Git - postgresql/commit
Fix handling of dropped columns in logical replication
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Aug 2017 14:28:35 +0000 (10:28 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Aug 2017 14:28:35 +0000 (10:28 -0400)
commit0e58455dd48ca9cbc9987c47b8297d10f1c307b0
tree5557c614b961233d2a56758e5ee67fec9bd06826
parent8d9881911f0d30e0783a6bb1363b94a2c817433d
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
src/backend/replication/logical/relation.c