Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3225a3

Browse files
kvapkelvich
authored andcommitted
Don't initialize raftable if use_raftable is false.
1 parentd1e549f commitb3225a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎multimaster.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,8 @@ _PG_init(void)
22712271

22722272
BgwPoolStart(MtmWorkers,MtmPoolConstructor);
22732273

2274-
MtmRaftableInitialize();
2274+
if (MtmUseRaftable)
2275+
MtmRaftableInitialize();
22752276
MtmArbiterInitialize();
22762277

22772278
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp