Skip to content

Commit 18e5867

Browse files
committed
1 parent bff84a5 commit 18e5867

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 or or
2832-
* not to scan the default partition based whether the datum that will
2833-
* become the maximum datum is finite or not.
2831+
* Skip a gap. See the above comment about how we decide whether or not
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 is is
39-
* capable of transferring the required boundaries to the following
40-
* traversal values. In conclusion, three things are necessary
41-
* to calculate the next traversal value:
38+
* Traversal value has all the boundaries in the 4D space, and is capable
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy