Force synchronous commit to be enabled for all test_decoding tests.

Andres Freund <andres@anarazel.de>

Commit: ef493055b67d30393a71c59d6fcbc2bd406528c2
Author: Andres Freund <andres@anarazel.de>
Date: 2018-10-10T20:53:02Z
Releases: 12.0
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

Files