diff options
Diffstat (limited to 'src/include/access/parallel.h')
-rw-r--r-- | src/include/access/parallel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/parallel.h b/src/include/access/parallel.h index 8811618acb7..f37be6d5690 100644 --- a/src/include/access/parallel.h +++ b/src/include/access/parallel.h @@ -71,7 +71,7 @@ extern void DestroyParallelContext(ParallelContext *pcxt); extern bool ParallelContextActive(void); extern void HandleParallelMessageInterrupt(void); -extern void HandleParallelMessages(void); +extern void ProcessParallelMessages(void); extern void AtEOXact_Parallel(bool isCommit); extern void AtEOSubXact_Parallel(bool isCommit, SubTransactionId mySubId); extern void ParallelWorkerReportLastRecEnd(XLogRecPtr last_xlog_end); |