We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2c0c6 commit 8ba1184Copy full SHA for 8ba1184
multimaster.c
@@ -3028,7 +3028,7 @@ _PG_init(void)
3028
DefineCustomIntVariable(
3029
"multimaster.max_2pc_ratio",
3030
"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",
+ " then transaction can be aborted if prepared response was not received in T*MtmMax2PCRatio/100",
3032
NULL,
3033
&MtmMax2PCRatio,
3034
200, /* 2 times */
0 commit comments