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

ztao1987 pushed a commit to branch ztao
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit e76de34c2146f8c50d0ca3931ec62583e68840a4
Author: ztao1987 <zhenglin.ta...@gmail.com>
AuthorDate: Tue Feb 15 11:47:58 2022 +0800

    HAWQ-1829. orc_enable_filter_pushdown should be dispatched to QE
---
 src/backend/utils/misc/guc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 723562b..2cf0c8a 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -7583,7 +7583,7 @@ static struct config_string ConfigureNamesString[] =
     {"orc_enable_filter_pushdown", PGC_USERSET, EXTERNAL_TABLES,
       gettext_noop("Enable filter pushdown for orc scan"),
       gettext_noop("Valid values are \"OFF\" and \"ON\"."),
-      GUC_NOT_IN_SAMPLE | GUC_NO_SHOW_ALL
+      GUC_NOT_IN_SAMPLE | GUC_NO_SHOW_ALL | GUC_GPDB_ADDOPT
     },
     &orc_enable_filter_pushdown,
     "ON", assign_switch_mode, NULL

Reply via email to