diff options
Diffstat (limited to 'src/include/lib')
-rw-r--r-- | src/include/lib/sort_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/sort_template.h b/src/include/lib/sort_template.h index 771c789ced0..24d6d0006cf 100644 --- a/src/include/lib/sort_template.h +++ b/src/include/lib/sort_template.h @@ -241,7 +241,7 @@ ST_SCOPE void ST_SORT(ST_ELEMENT_TYPE *first, size_t n /* * Find the median of three values. Currently, performance seems to be best - * if the the comparator is inlined here, but the med3 function is not inlined + * if the comparator is inlined here, but the med3 function is not inlined * in the qsort function. */ static pg_noinline ST_ELEMENT_TYPE * |