postgresql/src/backend/utils/sort
Alexander Korotkov ec92fe9835 Split TuplesortPublic from Tuplesortstate
The new TuplesortPublic data structure contains the definition of
sort-variant-specific interface methods and the part of Tuple sort operation
state required by their implementations.  This will let define Tuple sort
variants without knowledge of Tuplesortstate, that is without knowledge
of generic sort implementation guts.

Discussion: https://postgr.es/m/CAPpHfdvjix0Ahx-H3Jp1M2R%2B_74P-zKnGGygx4OWr%3DbUQ8BNdw%40mail.gmail.com
Author: Alexander Korotkov
Reviewed-by: Pavel Borisov, Maxim Orlov, Matthias van de Meent
Reviewed-by: Andres Freund, John Naylor
2022-07-27 08:28:10 +03:00
..
logtape.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
qsort_interruptible.c Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
sharedtuplestore.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
sortsupport.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
tuplesort.c Split TuplesortPublic from Tuplesortstate 2022-07-27 08:28:10 +03:00
tuplestore.c Update copyright for 2022 2022-01-07 19:04:57 -05:00