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

Commit b5ac7d9

Browse files
kvapkelvich
authored andcommitted
Fix a couple of typos.
1 parent 44e3d9d commit b5ac7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multimaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ _PG_init(void)
21192119

21202120
DefineCustomIntVariable(
21212121
"multimaster.node_disable_delay",
2122-
"Minamal amount of time (msec) between node status change",
2122+
"Minimal amount of time (msec) between node status change",
21232123
"This delay is used to avoid false detection of node failure and to prevent blinking of node status node",
21242124
&MtmNodeDisableDelay,
21252125
1000,
@@ -2134,7 +2134,7 @@ _PG_init(void)
21342134

21352135
DefineCustomIntVariable(
21362136
"multimaster.min_recovery_lag",
2137-
"Minamal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed",
2137+
"Minimal lag of WAL-sender performing recovery after which cluster is locked until recovery is completed",
21382138
"When wal-sender almost catch-up WAL current position we need to stop 'Achilles tortile competition' and "
21392139
"temporary stop commit of new transactions until node will be completely repared",
21402140
&MtmMinRecoveryLag,

0 commit comments

Comments
 (0)