]> granicus.if.org Git - postgresql/commit
Force synchronous commit to be enabled for all test_decoding tests.
authorAndres Freund <andres@anarazel.de>
Wed, 10 Oct 2018 20:53:02 +0000 (13:53 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 10 Oct 2018 20:53:02 +0000 (13:53 -0700)
commitef493055b67d30393a71c59d6fcbc2bd406528c2
tree3e376c5917502be6ba4cdf4de649d12f5a9bdb29
parentf82d4d666ff501382b92dfd80eaf1d459e6e84a3
Force synchronous commit to be enabled for all test_decoding tests.

Without that the tests fail when forced to be run against a cluster
with synchronous_commit = off (as the WAL might not yet be flushed to
disk by the point logical decoding gets called, and thus the expected
output breaks). Most tests already do that, add it to a few newer tests.

Author: Andres Freund
contrib/test_decoding/expected/truncate.out
contrib/test_decoding/specs/oldest_xmin.spec
contrib/test_decoding/specs/snapshot_transfer.spec
contrib/test_decoding/sql/truncate.sql