postgresql/contrib/test_decoding/expected
Andres Freund a50f50a652 logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Somehow I managed to flip the order of restoring old & new tuples when
de-spooling a change in a large transaction from disk. This happens to
only take effect when a change is spooled to disk which has old/new
versions of the tuple. That only is the case for UPDATEs where he
primary key changed or where replica identity is changed to FULL.

The tests didn't catch this because either spooled updates, or updates
that changed primary keys, were tested; not both at the same time.

Found while adding tests for the following commit.

Backpatch: 9.4, where logical decoding was added
2016-03-05 18:02:20 -08:00
..
binary.out test_decoding: Protect against rare spurious test failures. 2015-09-22 15:47:53 +02:00
concurrent_ddl_dml.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
ddl.out logical decoding: old/newtuple in spooled UPDATE changes was switched around. 2016-03-05 18:02:20 -08:00
decoding_in_xact.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
decoding_into_rel.out Don't skip SQL backends in logical decoding for visibility computation. 2014-12-02 23:52:44 +01:00
delayed_startup.out Introduce logical decoding. 2014-03-03 16:32:18 -05:00
mxact.out Introduce logical decoding. 2014-03-03 16:32:18 -05:00
ondisk_startup.out Fix several weaknesses in slot and logical replication on-disk serialization. 2014-11-12 21:11:05 +01:00
permissions.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
prepared.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
rewrite.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
toast.out Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
xact.out logical decoding: Tell reorderbuffer about all xids. 2016-03-05 18:02:20 -08:00