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

Commit 47fe052

Browse files
committed
Fix a couple of typos.
1 parent 4c36f2e commit 47fe052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/mmts/multimaster.c

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

21112111
DefineCustomIntVariable(
21122112
"multimaster.node_disable_delay",
2113-
"Minamal amount of time (msec) between node status change",
2113+
"Minimal amount of time (msec) between node status change",
21142114
"This delay is used to avoid false detection of node failure and to prevent blinking of node status node",
21152115
&MtmNodeDisableDelay,
21162116
1000,
@@ -2125,7 +2125,7 @@ _PG_init(void)
21252125

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

0 commit comments

Comments
 (0)