This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 95ae593ccefaab685254a174f47bb0f7363e43c6 Author: reshke <[email protected]> AuthorDate: Sat Jun 6 11:41:37 2026 +0000 Adapt Cloudberry ABI compatibility checkers for CVE-2025-8714 fix --- src/test/binary_swap/expected/diff_dumps.out | 2 +- src/test/binary_swap/sql/diff_dumps.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/binary_swap/expected/diff_dumps.out b/src/test/binary_swap/expected/diff_dumps.out index 12bef96903e..b96a8e1aac9 100644 --- a/src/test/binary_swap/expected/diff_dumps.out +++ b/src/test/binary_swap/expected/diff_dumps.out @@ -1 +1 @@ -\! diff -I '^-- Dumped from database version' dump_other.sql dump_current.sql +\! diff -I '^-- Dumped from database version' -I '\unrestrict' -I '\restrict' dump_other.sql dump_current.sql diff --git a/src/test/binary_swap/sql/diff_dumps.sql b/src/test/binary_swap/sql/diff_dumps.sql index 12bef96903e..b96a8e1aac9 100644 --- a/src/test/binary_swap/sql/diff_dumps.sql +++ b/src/test/binary_swap/sql/diff_dumps.sql @@ -1 +1 @@ -\! diff -I '^-- Dumped from database version' dump_other.sql dump_current.sql +\! diff -I '^-- Dumped from database version' -I '\unrestrict' -I '\restrict' dump_other.sql dump_current.sql --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
