Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit641b76d

Browse files
committed
Fix some typos
Author: Justin PryzbyDiscussion:https://postgr.es/m/20200408165653.GF2228@telsasoft.com
1 parent459f407 commit641b76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/access/transam/multixact.c

Lines changed: 1 addition & 1 deletion
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 multixactsthat would fit
2669+
* the 2^32-1 space here, allowing for more multixactsthan would fit
26702670
* otherwise.
26712671
*/
26722672
staticbool

‎src/backend/partitioning/partbounds.c

Lines changed: 1 addition & 1 deletion
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 bothparitions. If successful, add the list value
1227+
* Try merging bothpartitions. 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)

[8]ページ先頭

©2009-2025 Movatter.jp