diff options
Diffstat (limited to 'contrib/pg_xlogdump/pg_xlogdump.c')
-rw-r--r-- | contrib/pg_xlogdump/pg_xlogdump.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c index 15805be2940..4f297e95720 100644 --- a/contrib/pg_xlogdump/pg_xlogdump.c +++ b/contrib/pg_xlogdump/pg_xlogdump.c @@ -67,9 +67,7 @@ typedef struct XLogDumpStats Stats record_stats[RM_NEXT_ID][MAX_XLINFO_TYPES]; } XLogDumpStats; -static void -fatal_error(const char *fmt,...) -pg_attribute_printf(1, 2); +static void fatal_error(const char *fmt,...) pg_attribute_printf(1, 2); /* * Big red button to push when things go horribly wrong. |