1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add sort_template.h for making sort functions.

Move our qsort implementation into a header that can be used to define
specialized functions for better performance and reduced duplication.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA%2BhUKGJ2-eaDqAum5bxhpMNhvuJmRDZxB_Tow0n-gse%2BHG0Yig%40mail.gmail.com
This commit is contained in:
Thomas Munro
2021-03-03 16:57:14 +13:00
parent 19890a064e
commit 0a1f1d3cac
2 changed files with 433 additions and 0 deletions

View File

@ -2208,6 +2208,8 @@ SSLExtensionInfoContext
SSL_CTX
STARTUPINFO
STRLEN
ST_ELEMENT_TYPE
ST_POINTER_TYPE
SV
SampleScan
SampleScanGetSampleSize_function