aboutsummaryrefslogtreecommitdiff
path: root/src/include/postmaster/pgarch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/postmaster/pgarch.h')
-rw-r--r--src/include/postmaster/pgarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/pgarch.h b/src/include/postmaster/pgarch.h
index a585e6736c2..60e4f50368d 100644
--- a/src/include/postmaster/pgarch.h
+++ b/src/include/postmaster/pgarch.h
@@ -33,7 +33,7 @@
extern int pgarch_start(void);
#ifdef EXEC_BACKEND
-extern void PgArchiverMain(int argc, char *argv[]) __attribute__((noreturn));
+extern void PgArchiverMain(int argc, char *argv[]) pg_attribute_noreturn;
#endif
#endif /* _PGARCH_H */