We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac44946 commit 9e088f7Copy full SHA for 9e088f7
contrib/pg_logicalinspect/pg_logicalinspect.c
@@ -85,6 +85,8 @@ parse_snapshot_filename(const char *filename)
85
parse_error:
86
ereport(ERROR,
87
errmsg("invalid snapshot file name \"%s\"", filename));
88
+
89
+ return InvalidXLogRecPtr; /* keep compiler quiet */
90
}
91
92
/*
0 commit comments