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

Commit 6b2cd27

Browse files
committed
Fix typo in comment.
Etsuro Fujita Discussion: http://postgr.es/m/5A0D7C3D.80803@lab.ntt.co.jp
1 parent 79f2d63 commit 6b2cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@ qsort_partition_rbound_cmp(const void *a, const void *b, void *arg)
26862686
/*
26872687
* partition_rbound_cmp
26882688
*
2689-
* Return for two range bounds whether the 1st one (specified in datum1,
2689+
* Return for two range bounds whether the 1st one (specified in datums1,
26902690
* kind1, and lower1) is <, =, or > the bound specified in *b2.
26912691
*
26922692
* Note that if the values of the two range bounds compare equal, then we take

0 commit comments

Comments
 (0)