mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@ -2875,7 +2875,7 @@
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>tcvn_to_utf8</literal></entry>
|
||||
<entry><literal>windows_1258_to_utf8</literal></entry>
|
||||
<entry><literal>WIN1258</literal></entry>
|
||||
<entry><literal>UTF8</literal></entry>
|
||||
</row>
|
||||
@ -3037,7 +3037,7 @@
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>utf8_to_tcvn</literal></entry>
|
||||
<entry><literal>utf8_to_windows_1258</literal></entry>
|
||||
<entry><literal>UTF8</literal></entry>
|
||||
<entry><literal>WIN1258</literal></entry>
|
||||
</row>
|
||||
|
@ -697,8 +697,8 @@ my_picksplit(PG_FUNCTION_ARGS)
|
||||
|
||||
/*
|
||||
* Choose where to put the index entries and update unionL and unionR
|
||||
* accordingly. Append the entries to either v_spl_left or
|
||||
* v_spl_right, and care about the counters.
|
||||
* accordingly. Append the entries to either v->spl_left or
|
||||
* v->spl_right, and care about the counters.
|
||||
*/
|
||||
|
||||
if (my_choice_is_left(unionL, curl, unionR, curr))
|
||||
|
Reference in New Issue
Block a user