This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 87cefe047ce3ffadd09458ba370668e40a985893 Author: reshke <[email protected]> AuthorDate: Sun May 31 09:21:37 2026 +0000 Rebase fixes & RAT check fix RAT check expection added for PG16 section as it is effitinely comes from PG16 backport --- pom.xml | 1 + src/include/utils/syscache.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 43c583614a6..0b461661554 100644 --- a/pom.xml +++ b/pom.xml @@ -1802,6 +1802,7 @@ code or new licensing patterns. <exclude>contrib/btree_gist/btree_bool.c</exclude> <exclude>contrib/basic_archive/basic_archive.conf</exclude> <exclude>contrib/pg_freespacemap/pg_freespacemap.conf</exclude> + <exclude>contrib/pgcrypto/scripts/pgp_session_data.py</exclude> <exclude>contrib/pg_walinspect/walinspect.conf</exclude> <exclude>contrib/pgrowlocks/specs/pgrowlocks.spec</exclude> <exclude>contrib/tcn/specs/tcn.spec</exclude> diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index 1d033c664a7..e790dfe2af5 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -132,7 +132,7 @@ enum SysCacheIdentifier MVTABLESMVRELOID, USERMAPPINGOID, USERMAPPINGUSERSERVER, - ATTENCODINGNUM + ATTENCODINGNUM, /* intentionally out of alphabetical order, to avoid an ABI break: */ EXTENSIONOID --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
