mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix some typos
Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@ -1224,7 +1224,7 @@ merge_list_bounds(FmgrInfo *partsupfunc, Oid *partcollation,
|
||||
Assert(inner_index >= 0);
|
||||
|
||||
/*
|
||||
* Try merging both paritions. If successful, add the list value
|
||||
* Try merging both partitions. If successful, add the list value
|
||||
* and index of the merged partition below.
|
||||
*/
|
||||
merged_index = merge_matching_partitions(&outer_map, &inner_map,
|
||||
|
Reference in New Issue
Block a user