Add test coverage for "unchanged toast column" replication code path.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8047a7b9dd454a6514ab7d0fcbe27aca3ec2e11c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-11-22T17:52:26Z
Releases: 12.2
Add test coverage for "unchanged toast column" replication code path.

It seems pretty unacceptable to have no regression test coverage
for this aspect of the logical replication protocol, especially
given the bugs we've found in related code.

Discussion: https://postgr.es/m/16129-a0c0f48e71741e5f@postgresql.org

Files

PathChange+/−
src/test/subscription/t/001_rep_changes.pl modified +30 −1

Discussion