We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f5b59 commit 57939b2Copy full SHA for 57939b2
tests/docker-entrypoint.sh
@@ -70,14 +70,6 @@ if [ "$1" = 'postgres' ]; then
70
71
EOF
72
73
- if [ -n "$MAJOR" ]; then
74
- echo 'multimaster.major_node = on' >> $PGDATA/postgresql.conf
75
- fi
76
-
77
- if [ -n "$REFEREE" ]; then
78
- echo 'multimaster.referee = on' >> $PGDATA/postgresql.conf
79
80
81
if [ -n "$REFEREE_CONNSTR" ]; then
82
echo "multimaster.referee_connstring = '$REFEREE_CONNSTR'" >> $PGDATA/postgresql.conf
83
fi
tests/support/two_nodes.yml
@@ -55,7 +55,6 @@ services:
55
POSTGRES_USER: 'pg'
56
POSTGRES_DB: 'regression'
57
NODE_ID: 1
58
- REFEREE: 'on'
59
ports:
60
- "15435:5432"
61
networks:
0 commit comments