File tree 1 file changed +2
-2
lines changed
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);
84
84
static void parse_object (JsonLexContext * lex , JsonSemAction * sem );
85
85
static void parse_array_element (JsonLexContext * lex , JsonSemAction * sem );
86
86
static 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 () ;
89
89
static int report_json_context (JsonLexContext * lex );
90
90
static char * extract_mb_char (char * s );
91
91
static void composite_to_json (Datum composite , StringInfo result ,
You can’t perform that action at this time.
0 commit comments