This is an automated email from the ASF dual-hosted git repository. avamingli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 0572c4e9ed860d2e21333af44ec7c98549dda583 Author: dreamedcheng <[email protected]> AuthorDate: Tue Sep 13 10:01:22 2022 +0800 Put some locale related GUCs to sync guc array (#14068) Note that lc_monetary and lc_time are related to formatting output data. Besides, formatting functions will be pushed down to QEs in some common cases. So to keep the output data consistent with the locale value set in QD, we need to sync these GUCs between QD and QEs. Co-authored-by: wuchengwen <[email protected]> --- src/include/utils/unsync_guc_name.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/utils/unsync_guc_name.h b/src/include/utils/unsync_guc_name.h index 4f23d394e1..520afa4f4d 100644 --- a/src/include/utils/unsync_guc_name.h +++ b/src/include/utils/unsync_guc_name.h @@ -309,6 +309,7 @@ "krb_server_keyfile", "lc_collate", "lc_ctype", + "lc_messages", "listen_addresses", "local_preload_libraries", "lo_compat_privileges", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
