mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
@@ -11632,7 +11632,7 @@ get_xmltable(TableFunc *tf, deparse_context *context, bool showimplicit)
|
||||
}
|
||||
|
||||
/*
|
||||
* get_json_nested_columns - Parse back nested JSON_TABLE columns
|
||||
* get_json_table_nested_columns - Parse back nested JSON_TABLE columns
|
||||
*/
|
||||
static void
|
||||
get_json_table_nested_columns(TableFunc *tf, JsonTablePlan *plan,
|
||||
|
||||
@@ -6284,7 +6284,7 @@ unicode_norm_form_from_string(const char *formstr)
|
||||
/*
|
||||
* Returns version of Unicode used by Postgres in "major.minor" format (the
|
||||
* same format as the Unicode version reported by ICU). The third component
|
||||
* ("update version") never involves additions to the character repertiore and
|
||||
* ("update version") never involves additions to the character repertoire and
|
||||
* is unimportant for most purposes.
|
||||
*
|
||||
* See: https://unicode.org/versions/
|
||||
|
||||
Reference in New Issue
Block a user