diff options
| author | Robert Haas | 2017-11-16 19:16:45 +0000 |
|---|---|---|
| committer | Robert Haas | 2017-11-16 19:16:45 +0000 |
| commit | 6b2cd278a9d1e4643c419b598780aa55520f4f1a (patch) | |
| tree | 6a3433dfda3b5544bd08f28c5c0ff2ced8e79a46 /src | |
| parent | 79f2d637139f117a7be2e751328b504f1decd9b7 (diff) | |
Fix typo in comment.
Etsuro Fujita
Discussion: http://postgr.es/m/5A0D7C3D.80803@lab.ntt.co.jp
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/catalog/partition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index ce29ba2eda9..67d4c2a09bc 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -2686,7 +2686,7 @@ qsort_partition_rbound_cmp(const void *a, const void *b, void *arg) /* * partition_rbound_cmp * - * Return for two range bounds whether the 1st one (specified in datum1, + * Return for two range bounds whether the 1st one (specified in datums1, * kind1, and lower1) is <, =, or > the bound specified in *b2. * * Note that if the values of the two range bounds compare equal, then we take |
