This is an automated email from the ASF dual-hosted git repository. oppenheimer01 pushed a commit to branch cbdb-postgres-merge in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 2ad600597d380b36a0f53f9b6eede66d8882c3e5 Author: Jinbao Chen <[email protected]> AuthorDate: Wed Apr 29 22:35:50 2026 -0400 Fix some answer files --- src/include/cdb/cdbvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/cdb/cdbvars.h b/src/include/cdb/cdbvars.h index abbddb3cd8b..b06f3480938 100644 --- a/src/include/cdb/cdbvars.h +++ b/src/include/cdb/cdbvars.h @@ -678,7 +678,7 @@ extern bool gp_eager_two_phase_agg; extern bool gp_eager_distinct_dedup; -/* Force redistribution of insert into randomly-distributed table */ +/* Force redistribution of insert into randomly-distributed table. */ extern bool gp_force_random_redistribution; /* Analyze tools */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
