diff options
Diffstat (limited to 'src/bin/pg_dump/parallel.h')
-rw-r--r-- | src/bin/pg_dump/parallel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/parallel.h b/src/bin/pg_dump/parallel.h index 8d704283e18..21739ca87c1 100644 --- a/src/bin/pg_dump/parallel.h +++ b/src/bin/pg_dump/parallel.h @@ -82,6 +82,6 @@ extern void DispatchJobForTocEntry(ArchiveHandle *AH, TocEntry *te, T_Action act); extern void ParallelBackupEnd(ArchiveHandle *AH, ParallelState *pstate); -extern void checkAborting(ArchiveHandle *AH); +extern void set_archive_cancel_info(ArchiveHandle *AH, PGconn *conn); #endif /* PG_DUMP_PARALLEL_H */ |