diff options
Diffstat (limited to 'src/include/postmaster/bgworker_internals.h')
-rw-r--r-- | src/include/postmaster/bgworker_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/bgworker_internals.h b/src/include/postmaster/bgworker_internals.h index 81c03e4bb3b..fe7c328afd1 100644 --- a/src/include/postmaster/bgworker_internals.h +++ b/src/include/postmaster/bgworker_internals.h @@ -46,7 +46,7 @@ extern void BackgroundWorkerStopNotifications(pid_t pid); extern void ResetBackgroundWorkerCrashTimes(void); /* Function to start a background worker, called from postmaster.c */ -extern void StartBackgroundWorker(void) __attribute__((noreturn)); +extern void StartBackgroundWorker(void) pg_attribute_noreturn; #ifdef EXEC_BACKEND extern BackgroundWorker *BackgroundWorkerEntry(int slotno); |