We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f201b commit 515c029Copy full SHA for 515c029
src/bin/pg_dump/pg_dump.c
@@ -8359,7 +8359,7 @@ getPartitioningInfo(Archive *fout)
8359
8360
tbinfo = findTableByOid(tabrelid);
8361
if (tbinfo == NULL)
8362
- 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",
8363
tabrelid);
8364
tbinfo->unsafe_partitions = true;
8365
}
0 commit comments