Skip to content

Commit ccd790e

Browse files
付与龙10336563tuhaihe
authored andcommitted
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.
1 parent 6290d5d commit ccd790e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8359,7 +8359,7 @@ getPartitioningInfo(Archive *fout)
83598359

83608360
tbinfo = findTableByOid(tabrelid);
83618361
if (tbinfo == NULL)
8362-
pg_fatal("failed sanity check, table OID %u appearing in pg_partitioned_table not found",
8362+
fatal("failed sanity check, table OID %u appearing in pg_partitioned_table not found",
83638363
tabrelid);
83648364
tbinfo->unsafe_partitions = true;
83658365
}

0 commit comments

Comments
 (0)