We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent07e524d commita044378Copy full SHA for a044378
src/backend/utils/adt/json.c
@@ -84,8 +84,8 @@ static void parse_object_field(JsonLexContext *lex, JsonSemAction *sem);
84
staticvoidparse_object(JsonLexContext*lex,JsonSemAction*sem);
85
staticvoidparse_array_element(JsonLexContext*lex,JsonSemAction*sem);
86
staticvoidparse_array(JsonLexContext*lex,JsonSemAction*sem);
87
-staticvoidreport_parse_error(JsonParseContextctx,JsonLexContext*lex);
88
-staticvoidreport_invalid_token(JsonLexContext*lex);
+staticvoidreport_parse_error(JsonParseContextctx,JsonLexContext*lex)pg_attribute_noreturn();
+staticvoidreport_invalid_token(JsonLexContext*lex)pg_attribute_noreturn();
89
staticintreport_json_context(JsonLexContext*lex);
90
staticchar*extract_mb_char(char*s);
91
staticvoidcomposite_to_json(Datumcomposite,StringInforesult,