diff options
Diffstat (limited to 'src/backend/utils/error/elog.c')
-rw-r--r-- | src/backend/utils/error/elog.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c index b952c7c98ed..dfd102a1fbd 100644 --- a/src/backend/utils/error/elog.c +++ b/src/backend/utils/error/elog.c @@ -82,11 +82,7 @@ #undef _ #define _(x) err_gettext(x) -static const char * -err_gettext(const char *str) -/* This extension allows gcc to check the format string for consistency with - the supplied arguments. */ -pg_attribute_format_arg(1); +static const char *err_gettext(const char *str) pg_attribute_format_arg(1); static void set_errdata_field(MemoryContextData *cxt, char **ptr, const char *str); /* Global variables */ |