From 2a7c7033b990332cb6d3ea22dea1872b715c43c3 Mon Sep 17 00:00:00 2001 From: YangHao666666 Date: Tue, 24 May 2022 15:45:00 +0800 Subject: [PATCH] Modify the description information of asp_sample_interval --- src/common/backend/utils/misc/guc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/backend/utils/misc/guc.cpp b/src/common/backend/utils/misc/guc.cpp index 580260590..df13b899e 100755 --- a/src/common/backend/utils/misc/guc.cpp +++ b/src/common/backend/utils/misc/guc.cpp @@ -2104,7 +2104,7 @@ static void InitConfigureNamesInt() PGC_SIGHUP, NODE_ALL, INSTRUMENTS_OPTIONS, - gettext_noop("Sets the active session profile max sample nums in buff"), + gettext_noop("Sets the active session profile interval sample time in buff"), NULL, GUC_UNIT_S}, &u_sess->attr.attr_common.asp_sample_interval,