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

Commit9e088f7

Browse files
Fix compiler warning in pg_logicalinspect.
Oversight inbd65cb3.Reported-by: David Rowley <dgrowleyml@gmail.com>Reported-by: Nathan Bossart <nathandbossart@gmail.com>Author: David Rowley <dgrowleyml@gmail.com>Discussion:https://postgr.es/m/CAApHDvqrhFfnetbcwgGkJ=z63T8HfQ_OyP=vX8BYiXyxFKt67w@mail.gmail.com
1 parentac44946 commit9e088f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎contrib/pg_logicalinspect/pg_logicalinspect.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ parse_snapshot_filename(const char *filename)
8585
parse_error:
8686
ereport(ERROR,
8787
errmsg("invalid snapshot file name \"%s\"",filename));
88+
89+
returnInvalidXLogRecPtr;/* keep compiler quiet */
8890
}
8991

9092
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp