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 fa05a8f1a7 Throws ERROR when statement_mem is set to greater than 
max_statement_mem.
     new 7be4f7fe7c Enable answer query using Materialized View for external 
table.
     new 47f626c6cc Avoid REFREH fast path if matview has foreign 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 |  35 +++++++-
 src/backend/commands/matview.c       |   3 +-
 src/backend/optimizer/plan/aqumv.c   |   3 +
 src/backend/utils/misc/guc_gp.c      |  15 +++-
 src/include/catalog/gp_matview_aux.h |   5 +-
 src/include/utils/guc.h              |   1 +
 src/include/utils/unsync_guc_name.h  |   1 +
 src/test/regress/expected/aqumv.out  | 151 +++++++++++++++++++++++++++++++++++
 src/test/regress/sql/aqumv.sql       |  55 +++++++++++++
 9 files changed, 260 insertions(+), 9 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to