pgsql: Force synchronous_commit=on in test_decoding's concurrent_ddl_dm

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Force synchronous_commit=on in test_decoding's concurrent_ddl_dm
Date: 2016-03-04 01:23:27
Message-ID: E1abeSl-0002wz-88@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1986c3c440151b056877b446e7d9c2861906aa26

Modified Files
--------------
contrib/test_decoding/specs/concurrent_ddl_dml.spec | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-03-04 01:23:28 pgsql: Force synchronous_commit=on in test_decoding's concurrent_ddl_dm
Previous Message Alvaro Herrera 2016-03-03 22:39:52 pgsql: pgbench: accept unambiguous builtin prefixes for -b