提交 5ad527f0 编写于 作者: A Ashwin Agrawal

Make gp_fts_probe_retries guc user facing.

Not seeing reason for blocking visibility of this guc. Similar to all
other fts gucs, its useful.
上级 06f3fb4d
......@@ -3476,7 +3476,7 @@ struct config_int ConfigureNamesInt_gp[] =
{"gp_fts_probe_retries", PGC_SIGHUP, GP_ARRAY_TUNING,
gettext_noop("Number of retries for FTS to complete probing a segment."),
gettext_noop("Used by the fts-probe process."),
GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE
GUC_UNIT_S
},
&gp_fts_probe_retries,
5, 0, 100, NULL, NULL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册