This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 6feeb51a30c0fa08aa3b54c35cc4a219cb3296c4 Author: kurtYansen <[email protected]> AuthorDate: Sun Apr 28 05:58:08 2024 +0500 Update cdbvars.c: remove unused variables. --- src/backend/cdb/cdbvars.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/cdb/cdbvars.c b/src/backend/cdb/cdbvars.c index 751e447355..8134a66b19 100644 --- a/src/backend/cdb/cdbvars.c +++ b/src/backend/cdb/cdbvars.c @@ -300,8 +300,6 @@ int gp_max_plan_size = 0; /* Disable setting of tuple hints while reading */ bool gp_disable_tuple_hints = false; -int gp_workfile_compress_algorithm = 0; -bool gp_workfile_checksumming = false; int gp_workfile_caching_loglevel = DEBUG1; int gp_sessionstate_loglevel = DEBUG1; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
