mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
@@ -489,7 +489,7 @@ static void transform_string_values_scalar(void *state, char *token, JsonTokenTy
|
||||
/*
|
||||
* pg_parse_json_or_ereport
|
||||
*
|
||||
* This fuction is like pg_parse_json, except that it does not return a
|
||||
* This function is like pg_parse_json, except that it does not return a
|
||||
* JsonParseErrorType. Instead, in case of any failure, this function will
|
||||
* ereport(ERROR).
|
||||
*/
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* stringinfo_mb.c
|
||||
* Multibyte encoding-aware additional StringInfo facilites
|
||||
* Multibyte encoding-aware additional StringInfo facilities
|
||||
*
|
||||
* This is separate from common/stringinfo.c so that frontend users
|
||||
* of that file need not pull in unnecessary multibyte-encoding support
|
||||
|
Reference in New Issue
Block a user