mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user