This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 56a1fc2bdd109f6cfe823d0019fce406a458ac98
Author: Maxim Smyatkin <[email protected]>
AuthorDate: Mon Jun 3 18:22:00 2024 +0300

    [yagp_hooks_collector] Change report_nested_queries to PGC_USERSET
---
 src/Config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Config.cpp b/src/Config.cpp
index c07a6948694..42fa4b2fb12 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -41,7 +41,7 @@ void Config::init() {
 
   DefineCustomBoolVariable(
       "yagpcc.report_nested_queries", "Collect stats on nested queries", 0LL,
-      &guc_report_nested_queries, true, PGC_SUSET,
+      &guc_report_nested_queries, true, PGC_USERSET,
       GUC_NOT_IN_SAMPLE | GUC_GPDB_NEED_SYNC, 0LL, 0LL, 0LL);
 
   DefineCustomStringVariable(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to