postgresql/src/test/subscription/t
Peter Eisentraut 073ce405d6 Fix table syncing with different column order
Logical replication supports replicating between tables with different
column order.  But this failed for the initial table sync because of a
logic error in how the column list for the internal COPY command was
composed.  Fix that and also add a test.

Also fix a minor omission in the column name mapping cache.  When
creating the mapping list, it would not skip locally dropped columns.
So if a remote column had the same name as a locally dropped
column (...pg.dropped...), then the expected error would not occur.
2017-05-24 19:40:30 -04:00
..
001_rep_changes.pl Fix table syncing with different column order 2017-05-24 19:40:30 -04:00
002_types.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
003_constraints.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
004_sync.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
005_encoding.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00