Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.

Andres Freund <andres@anarazel.de>

Commit: 1986c3c440151b056877b446e7d9c2861906aa26
Author: Andres Freund <andres@anarazel.de>
Date: 2016-03-04T01:22:25Z
Releases: 9.6.0
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.

Otherwise running installcheck-force on a server with
synchronous_commit=off will result in the tests failing. All the other
tests already do so...

Backpatch: 9.4, where logical decoding was added

Files