Skip to content

Commit ad04499

Browse files
committed
Merge branch 'master' of github.com:postgrespro/postgres_cluster
2 parents fa53942 + f4ff5be commit ad04499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ MtmReplicationStartupHook(struct PGLogicalStartupHookArgs* args)
19341934
elog(NOTICE, "Node %d start logical replication to node %d in normal mode", MtmNodeId, MtmReplicationNodeId);
19351935
}
19361936
MtmUnlock();
1937-
on_proc_exit(MtmOnProcExit, 0);
1937+
on_shmem_exit(MtmOnProcExit, 0);
19381938
}
19391939

19401940
static void

contrib/mmts/t/002_dtmbench.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sub allocate_ports
100100
{
101101
push(@argv, '-c', $node->connstr('postgres'));
102102
}
103-
push(@argv, '-n', 10, '-a', 1000, '-w', 10, '-r', 1);
103+
push(@argv, '-n', 1000, '-a', 1000, '-w', 10, '-r', 1);
104104

105105
diag("running dtmbench -i");
106106
if (TestLib::run_log([@argv, '-i']))

0 commit comments

Comments
 (0)