Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit c089938

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Master See merge request automation/pg-tests!1345
2 parents ebcec29 + d599439 commit c089938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests_install/test_multimaster_install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def init(self):
9393
conf.write(
9494
'listen_addresses = \'%s\'\n' % ', '.join(
9595
self.listen_ips.values()) +
96-
'unix_socket_directories = \'\'\n'
96+
'unix_socket_directories = \'\'\n' +
97+
'multimaster.trans_spill_threshold = \'20MB\'\n'
9798
)
9899
with open(os.path.join(self.datadir, 'pg_hba.conf'), 'a') as hba:
99100
hba.write(

0 commit comments

Comments
 (0)