mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix some typos
Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
parent
459f4076c8
commit
641b76d9d1
@ -2666,7 +2666,7 @@ SetOffsetVacuumLimit(bool is_startup)
|
|||||||
* We use this to determine whether the addition is "wrapping around" the
|
* We use this to determine whether the addition is "wrapping around" the
|
||||||
* boundary point, hence the name. The reason we don't want to use the regular
|
* boundary point, hence the name. The reason we don't want to use the regular
|
||||||
* 2^31-modulo arithmetic here is that we want to be able to use the whole of
|
* 2^31-modulo arithmetic here is that we want to be able to use the whole of
|
||||||
* the 2^32-1 space here, allowing for more multixacts that would fit
|
* the 2^32-1 space here, allowing for more multixacts than would fit
|
||||||
* otherwise.
|
* otherwise.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
|
@ -1224,7 +1224,7 @@ merge_list_bounds(FmgrInfo *partsupfunc, Oid *partcollation,
|
|||||||
Assert(inner_index >= 0);
|
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.
|
* and index of the merged partition below.
|
||||||
*/
|
*/
|
||||||
merged_index = merge_matching_partitions(&outer_map, &inner_map,
|
merged_index = merge_matching_partitions(&outer_map, &inner_map,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user