avamingli commented on code in PR #1261:
URL: https://github.com/apache/cloudberry/pull/1261#discussion_r2247461911


##########
src/backend/utils/misc/guc_gp.c:
##########
@@ -3238,6 +3239,16 @@ struct config_bool ConfigureNamesBool_gp[] =
                true,
                NULL, NULL, NULL
        },
+       {
+               {"parallel_window_function", PGC_USERSET, DEVELOPER_OPTIONS,

Review Comment:
   DEBUG GUC, don't show for uses. 
   It's used to test the effect of benchmark and fallback if there is bug(ex: 
wrong result).
   But it could be removed if we think it's unnecessary.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to