Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05021a2

Browse files
committed
Try to avoid compiler warnings in optimized builds.
Per report from Andres Freund, who also says that this fixworks for him.Discussion:http://postgr.es/m/20200405193118.alprgmozhxcfabkw@alap3.anarazel.de
1 parentbaf17ad commit05021a2

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
TimeLineIDtli,
3030
XLogRecPtrstart_lsn,XLogRecPtrend_lsn);
3131
typedefvoid (*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
structJsonManifestParseContext
3536
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp