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

Commit18e5867

Browse files
committed
1 parentbff84a5 commit18e5867

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎src/backend/partitioning/partprune.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ gen_prune_steps_from_opexps(PartitionScheme part_scheme,
14281428
/*
14291429
* For each clause for the "last" column, after appending
14301430
* the clause's own expression to the 'prefix', we'll
1431-
* generate one step using the so generated vector and and
1431+
* generate one step using the so generated vector and
14321432
* assign = as its strategy. Actually, 'prefix' might
14331433
* contain multiple clauses for the same key, in which
14341434
* case, we must generate steps for various combinations
@@ -2828,9 +2828,9 @@ get_matching_range_bounds(PartitionPruneContext *context,
28282828
}
28292829

28302830
/*
2831-
* Skip a gap. See the above comment about how we decide whether oror
2832-
*notto scan the default partition based whether the datum that will
2833-
*becomethe maximum datum is finite or not.
2831+
* Skip a gap. See the above comment about how we decide whether ornot
2832+
* to scan the default partition based whether the datum that will become
2833+
* the maximum datum is finite or not.
28342834
*/
28352835
if (maxoff >=1&&partindices[maxoff]<0)
28362836
{

‎src/backend/statistics/dependencies.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ statext_dependencies_build(int numrows, HeapTuple *rows, Bitmapset *attrs,
395395
degree=dependency_degree(numrows,rows,k,dependency,stats,attrs);
396396

397397
/*
398-
* if the dependency seems entirely invalid, don't store it it
398+
* if the dependency seems entirely invalid, don't store it
399399
*/
400400
if (degree==0.0)
401401
continue;

‎src/backend/utils/adt/geo_spgist.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
*
3636
* We are using traversal values provided by SP-GiST to calculate and
3737
* to store the bounds of the quadrants, while traversing into the tree.
38-
* Traversal value has all the boundaries in the 4D space, and isis
39-
*capableof transferring the required boundaries to the following
40-
*traversalvalues. In conclusion, three things are necessary
41-
*to calculate thenext traversal value:
38+
* Traversal value has all the boundaries in the 4D space, and iscapable
39+
* of transferring the required boundaries to the following traversal
40+
* values. In conclusion, three things are necessary to calculate the
41+
* next traversal value:
4242
*
4343
*(1) the traversal value of the parent
4444
*(2) the quadrant of the current node

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp