Use sort_template.h for qsort_tuple() and qsort_ssup().
authorThomas Munro <tmunro@postgresql.org>
Wed, 3 Mar 2021 03:57:42 +0000 (16:57 +1300)
committerThomas Munro <tmunro@postgresql.org>
Wed, 3 Mar 2021 04:02:32 +0000 (17:02 +1300)
commit8eda3eba3063d619214b59f7bc7ecfc09c21b93a
tree0e74070a50ee92745ab924000eebdda9962dd950
parentf374f4d66425060158d3c743dc6fb16cc0a2756a
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 <daniel@yesql.se>
Discussion: https://postgr.es/m/CA%2BhUKGJ2-eaDqAum5bxhpMNhvuJmRDZxB_Tow0n-gse%2BHG0Yig%40mail.gmail.com
src/backend/Makefile
src/backend/utils/sort/.gitignore [deleted file]
src/backend/utils/sort/Makefile
src/backend/utils/sort/gen_qsort_tuple.pl [deleted file]
src/backend/utils/sort/tuplesort.c
src/tools/msvc/Solution.pm
src/tools/msvc/clean.bat