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

Commit 8ba1184

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent 0a2c0c6 commit 8ba1184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ _PG_init(void)
30283028
DefineCustomIntVariable(
30293029
"multimaster.max_2pc_ratio",
30303030
"Maximal ratio (in percents) between prepare time at different nodes: if T is time of preparing transaction at some node,"
3031-
" then transaction can be aborted if prepared responce was not received in T*MtmMax2PCRatio/100",
3031+
" then transaction can be aborted if prepared response was not received in T*MtmMax2PCRatio/100",
30323032
NULL,
30333033
&MtmMax2PCRatio,
30343034
200, /* 2 times */

0 commit comments

Comments
 (0)