Skip to content

Commit add4211

Browse files
committed
Add lcov exclusion markers to jsonpath scanner
This was done for all scanners in 4211673 but not added to the new one.
1 parent d9101e9 commit add4211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/utils/adt/jsonpath_scan.l

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ fprintf_to_ereport(const char *fmt, const char *msg)
4343
ereport(ERROR, (errmsg_internal("%s", msg)));
4444
}
4545

46+
/* LCOV_EXCL_START */
47+
4648
%}
4749

4850
%option 8bit
@@ -271,6 +273,8 @@ hex_fail \\x{hex_dig}{0,1}
271273

272274
%%
273275

276+
/* LCOV_EXCL_STOP */
277+
274278
void
275279
jsonpath_yyerror(JsonPathParseResult **result, const char *message)
276280
{

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