Use sort_template.h for qsort_tuple() and qsort_ssup().

Replace the Perl code previously used to generate specialized sort
functions with sort_template.h.

Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: 
https://postgr.es/m/CA%2BhUKGJ2-eaDqAum5bxhpMNhvuJmRDZxB_Tow0n-gse%2BHG0Yig%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8eda3eba3063d619214b59f7bc7ecfc09c21b93a

Modified Files
--------------
src/backend/Makefile                      |   4 +-
src/backend/utils/sort/.gitignore         |   1 -
src/backend/utils/sort/Makefile           |   8 -
src/backend/utils/sort/gen_qsort_tuple.pl | 272 ------------------------------
src/backend/utils/sort/tuplesort.c        |  21 ++-
src/tools/msvc/Solution.pm                |  10 --
src/tools/msvc/clean.bat                  |   1 -
7 files changed, 21 insertions(+), 296 deletions(-)

Reply via email to