Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4de6216

Browse files
committed
Comment fix for partition_rbound_cmp().
This was an oversight in d363d42. Beena Emerson
1 parent e662ef0 commit 4de6216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ qsort_partition_rbound_cmp(const void *a, const void *b, void *arg)
21282128
* partition_rbound_cmp
21292129
*
21302130
* Return for two range bounds whether the 1st one (specified in datum1,
2131-
* content1, and lower1) is <, =, or > the bound specified in *b2.
2131+
* kind1, and lower1) is <, =, or > the bound specified in *b2.
21322132
*
21332133
* Note that if the values of the two range bounds compare equal, then we take
21342134
* into account whether they are upper or lower bounds, and an upper bound is

0 commit comments

Comments
 (0)