This is an automated email from the ASF dual-hosted git repository.
maxyang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 721a60d3878 pg_dump support ao/aocs tables.
new 300692f187e Fix handling of large OIDs by introducing HTAB.
new f6c7e55051d Fix MV status handling for partitioned tables.
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/catalog/gp_matview_aux.c | 3 +-
src/backend/cdb/dispatcher/cdbdisp_query.c | 16 +-
src/backend/executor/execMain.c | 27 ++-
src/backend/executor/nodeModifyTable.c | 222 +++++++++++++++++----
src/include/cdb/cdbdisp_query.h | 6 +-
src/include/nodes/execnodes.h | 6 +-
src/test/regress/expected/matview_data.out | 44 +++-
src/test/regress/sql/matview_data.sql | 14 ++
.../singlenode_regress/expected/matview_data.out | 2 +-
9 files changed, 265 insertions(+), 75 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]