mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add lcov exclusion markers to jsonpath scanner
This was done for all scanners in 421167362242ce1fb46d6d720798787e7cd65aad but not added to the new one.
This commit is contained in:
parent
d9101e9806
commit
add4211600
@ -43,6 +43,8 @@ fprintf_to_ereport(const char *fmt, const char *msg)
|
||||
ereport(ERROR, (errmsg_internal("%s", msg)));
|
||||
}
|
||||
|
||||
/* LCOV_EXCL_START */
|
||||
|
||||
%}
|
||||
|
||||
%option 8bit
|
||||
@ -271,6 +273,8 @@ hex_fail \\x{hex_dig}{0,1}
|
||||
|
||||
%%
|
||||
|
||||
/* LCOV_EXCL_STOP */
|
||||
|
||||
void
|
||||
jsonpath_yyerror(JsonPathParseResult **result, const char *message)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user