This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch jijdiew in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit b01988cbe84881d45158ee662cb2c8e3d7415d7d Author: Yao Wang <[email protected]> AuthorDate: Tue Mar 15 09:58:43 2022 +0800 Add check for appendonly materialized view to pg_upgrade (#11820) * Add check for appendonly materialized view to pg_upgrade A materialized view of append only mode must have invalid relfrozenxid (0). However, some views might have valid relfrozenxid due to a known code issue. We need to check the problematical view before upgrading. The problem can be fixed by issuing "REFRESH MATERIALIZED VIEW <schemaname>.<viewname>" with latest GPDB 6 release. See the PR for details: https://github.com/greenplum-db/gpdb/pull/11662/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
