File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ static void parse_object_field(JsonLexContext *lex, JsonSemAction *sem);
8484static void parse_object (JsonLexContext * lex , JsonSemAction * sem );
8585static void parse_array_element (JsonLexContext * lex , JsonSemAction * sem );
8686static void parse_array (JsonLexContext * lex , JsonSemAction * sem );
87- static void report_parse_error (JsonParseContext ctx , JsonLexContext * lex );
88- static void report_invalid_token (JsonLexContext * lex );
87+ static void report_parse_error (JsonParseContext ctx , JsonLexContext * lex ) pg_attribute_noreturn () ;
88+ static void report_invalid_token (JsonLexContext * lex ) pg_attribute_noreturn () ;
8989static int report_json_context (JsonLexContext * lex );
9090static char * extract_mb_char (char * s );
9191static void composite_to_json (Datum composite , StringInfo result ,
You can’t perform that action at this time.
0 commit comments