Skip to content

Commit 515c029

Browse files
付与龙10336563tuhaihe
authored andcommitted
Fix CI
1 parent 39f201b commit 515c029

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)