postgresql/contrib/test_decoding/specs
Masahiko Sawada 87819f766f Fix cache-dependent test failures in logical decoding.
The regression test added in commit 1230be12f failed with
CLOBBER_CACHE_ALWAYS builds as it depends on cache behavior. This test
failure occurred only on v13 because the original data loss problem
was fixed differently in v13 compared to v14 and later versions,
resulting in different expected-output files.

This commit adds an extra expected-output file to cover both regular
and CLOBBER_CACHE_ALWAYS build cases.

Oversight in 1230be12f.

Per buildfarm member trilobite.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/dbf561f7-465e-4086-adfa-733b9b9a34b3@gmail.com
2025-06-24 07:07:40 -07:00
..
catalog_change_snapshot.spec Fix assertion failures while processing NEW_CID record in logical decoding. 2022-10-20 09:25:13 +05:30
concurrent_ddl_dml.spec Do more cleanup of isolation tests for test_decoding 2019-08-24 12:34:37 +09:00
delayed_startup.spec Introduce logical decoding. 2014-03-03 16:32:18 -05:00
invalidation_distribution.spec Fix cache-dependent test failures in logical decoding. 2025-06-24 07:07:40 -07:00
mxact.spec Introduce logical decoding. 2014-03-03 16:32:18 -05:00
oldest_xmin.spec Fix xmin advancement during fast_forward decoding. 2025-04-28 11:55:00 +05:30
ondisk_startup.spec Introduce xid8-based functions to replace txid_XXX. 2020-04-07 12:04:32 +12:00
skip_snapshot_restore.spec Fix possibility of logical decoding partial transaction changes. 2024-07-11 22:48:10 +09:00
snapshot_transfer.spec Introduce xid8-based functions to replace txid_XXX. 2020-04-07 12:04:32 +12:00
subxact_without_top.spec Stop demanding that top xact must be seen before subxact in decoding. 2020-02-19 08:15:49 +05:30