aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/help_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/help_config.h')
-rw-r--r--src/include/utils/help_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h
index 481687f25fd..af529964003 100644
--- a/src/include/utils/help_config.h
+++ b/src/include/utils/help_config.h
@@ -12,6 +12,6 @@
#ifndef HELP_CONFIG_H
#define HELP_CONFIG_H 1
-extern void GucInfoMain(void) __attribute__((noreturn));
+extern void GucInfoMain(void) pg_attribute_noreturn;
#endif