This is an automated email from the ASF dual-hosted git repository.
yjhjstz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 94af1a2974 Doc: update the NOTICE and LICENSE files
new d1af36d122 Remove upgrade_tuple and related code.
new 7da6ee14c7 Optimize AOCS scan performance by introducing specialized
no-qual path
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/backend/access/aocs/aocsam.c | 224 +++++++++++++--------
src/backend/access/appendonly/appendonlyam.c | 140 -------------
src/include/c.h | 32 +++
src/include/catalog/pg_appendonly.h | 9 -
src/include/utils/datumstream.h | 4 +-
src/include/utils/datumstreamblock.h | 6 +-
src/test/isolation2/.gitignore | 3 -
src/test/isolation2/expected/.gitignore | 2 -
src/test/isolation2/isolation2_schedule | 1 -
src/test/isolation2/sql/.gitignore | 1 -
src/test/regress/sql/appendonly_format.sql | 57 ------
.../singlenode_isolation2/input/ao_upgrade.source | 86 --------
src/test/singlenode_isolation2/isolation2_schedule | 1 -
.../singlenode_isolation2/output/ao_upgrade.source | 205 -------------------
14 files changed, 172 insertions(+), 599 deletions(-)
delete mode 100644 src/test/regress/sql/appendonly_format.sql
delete mode 100644 src/test/singlenode_isolation2/input/ao_upgrade.source
delete mode 100644 src/test/singlenode_isolation2/output/ao_upgrade.source
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]