mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
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
This commit is contained in:
parent
097366c45f
commit
ec92fe9835
File diff suppressed because it is too large
Load Diff
@ -2833,8 +2833,14 @@ TupleHashTable
|
|||||||
TupleQueueReader
|
TupleQueueReader
|
||||||
TupleTableSlot
|
TupleTableSlot
|
||||||
TupleTableSlotOps
|
TupleTableSlotOps
|
||||||
|
TuplesortClusterArg
|
||||||
|
TuplesortDatumArg
|
||||||
|
TuplesortIndexArg
|
||||||
|
TuplesortIndexBTreeArg
|
||||||
|
TuplesortIndexHashArg
|
||||||
TuplesortInstrumentation
|
TuplesortInstrumentation
|
||||||
TuplesortMethod
|
TuplesortMethod
|
||||||
|
TuplesortPublic
|
||||||
TuplesortSpaceType
|
TuplesortSpaceType
|
||||||
Tuplesortstate
|
Tuplesortstate
|
||||||
Tuplestorestate
|
Tuplestorestate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user