Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98aa93a

Browse files
knizhnikkelvich
authored andcommitted
Replace on_proc_exit with on_shmem_exit
1 parent 62800c1 commit 98aa93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

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

19391939
static void

0 commit comments

Comments
 (0)