This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit ccd790ebcf6cb465d8f6b4691b458e4de7f96361 Author: 付与龙10336563 <[email protected]> AuthorDate: Tue Jul 29 15:15:41 2025 +0800 Fix CI for Cloudberry Since we cherry-picked the Postgres pg_dump commit to Cloudberry, we need to update the files to support Cloudberry CI to let me pass. --- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index cf075c88b2c..f522508fd2a 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -8359,7 +8359,7 @@ getPartitioningInfo(Archive *fout) tbinfo = findTableByOid(tabrelid); if (tbinfo == NULL) - pg_fatal("failed sanity check, table OID %u appearing in pg_partitioned_table not found", + fatal("failed sanity check, table OID %u appearing in pg_partitioned_table not found", tabrelid); tbinfo->unsafe_partitions = true; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
