diff options
Diffstat (limited to 'src/backend/utils/error/elog.c')
-rw-r--r-- | src/backend/utils/error/elog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c index 4e0cc30f1cc..b952c7c98ed 100644 --- a/src/backend/utils/error/elog.c +++ b/src/backend/utils/error/elog.c @@ -86,7 +86,7 @@ static const char * err_gettext(const char *str) /* This extension allows gcc to check the format string for consistency with the supplied arguments. */ -__attribute__((format_arg(1))); +pg_attribute_format_arg(1); static void set_errdata_field(MemoryContextData *cxt, char **ptr, const char *str); /* Global variables */ |