Skip to content

Commit 641b76d

Browse files
committed
Fix some typos
Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected]
1 parent 459f407 commit 641b76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/access/transam/multixact.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ SetOffsetVacuumLimit(bool is_startup)
26662666
* We use this to determine whether the addition is "wrapping around" the
26672667
* boundary point, hence the name. The reason we don't want to use the regular
26682668
* 2^31-modulo arithmetic here is that we want to be able to use the whole of
2669-
* the 2^32-1 space here, allowing for more multixacts that would fit
2669+
* the 2^32-1 space here, allowing for more multixacts than would fit
26702670
* otherwise.
26712671
*/
26722672
static bool

src/backend/partitioning/partbounds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ merge_list_bounds(FmgrInfo *partsupfunc, Oid *partcollation,
12241224
Assert(inner_index >= 0);
12251225

12261226
/*
1227-
* Try merging both paritions. If successful, add the list value
1227+
* Try merging both partitions. If successful, add the list value
12281228
* and index of the merged partition below.
12291229
*/
12301230
merged_index = merge_matching_partitions(&outer_map, &inner_map,

0 commit comments

Comments
 (0)