summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/parallel.h')
-rw-r--r--src/bin/pg_dump/parallel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_dump/parallel.h b/src/bin/pg_dump/parallel.h
index ad997352261..27ae2eda73b 100644
--- a/src/bin/pg_dump/parallel.h
+++ b/src/bin/pg_dump/parallel.h
@@ -20,9 +20,9 @@
/* Function to call in master process on completion of a worker task */
typedef void (*ParallelCompletionPtr) (ArchiveHandle *AH,
- TocEntry *te,
- int status,
- void *callback_data);
+ TocEntry *te,
+ int status,
+ void *callback_data);
/* Wait options for WaitForWorkers */
typedef enum