Skip to content

Commit 05021a2

Browse files
committed
Try to avoid compiler warnings in optimized builds.
Per report from Andres Freund, who also says that this fix works for him. Discussion: http://postgr.es/m/20200405193118.alprgmozhxcfabkw@alap3.anarazel.de
1 parent baf17ad commit 05021a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_verifybackup/parse_manifest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ typedef void (*json_manifest_perwalrange_callback)(JsonManifestParseContext *,
2929
TimeLineID tli,
3030
XLogRecPtr start_lsn, XLogRecPtr end_lsn);
3131
typedef void (*json_manifest_error_callback)(JsonManifestParseContext *,
32-
char *fmt, ...) pg_attribute_printf(2, 3);
32+
char *fmt, ...) pg_attribute_printf(2, 3)
33+
pg_attribute_noreturn();
3334

3435
struct JsonManifestParseContext
3536
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy