[COMMITTERS] pgsql: Handle heap rewrites better in logical replication

2017-09-26 Thread Peter Eisentraut
Handle heap rewrites better in logical replication A FOR ALL TABLES publication naturally considers all base tables to be a candidate for replication. This includes transient heaps that are created during a table rewrite during DDL. This causes failures on the subscriber side because it will not

[COMMITTERS] pgsql: Handle heap rewrites better in logical replication

2017-09-26 Thread Peter Eisentraut
Handle heap rewrites better in logical replication A FOR ALL TABLES publication naturally considers all base tables to be a candidate for replication. This includes transient heaps that are created during a table rewrite during DDL. This causes failures on the subscriber side because it will not