aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/parallel.h')
-rw-r--r--src/include/access/parallel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/parallel.h b/src/include/access/parallel.h
index e650bb2eef1..c00ae6424c2 100644
--- a/src/include/access/parallel.h
+++ b/src/include/access/parallel.h
@@ -60,7 +60,7 @@ extern PGDLLIMPORT bool InitializingParallelWorker;
#define IsParallelWorker() (ParallelWorkerNumber >= 0)
extern ParallelContext *CreateParallelContext(const char *library_name,
- const char *function_name, int nworkers);
+ const char *function_name, int nworkers);
extern void InitializeParallelDSM(ParallelContext *pcxt);
extern void ReinitializeParallelDSM(ParallelContext *pcxt);
extern void LaunchParallelWorkers(ParallelContext *pcxt);