mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Split tuplesortvariants.c from tuplesort.c
This commit puts the implementation of Tuple sort variants into the separate file tuplesortvariants.c. That gives better separation of the code and serves well as the demonstration that Tuple sort variant can be defined outside of tuplesort.c. 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:
@@ -20,6 +20,7 @@ OBJS = \
|
||||
sharedtuplestore.o \
|
||||
sortsupport.o \
|
||||
tuplesort.o \
|
||||
tuplesortvariants.o \
|
||||
tuplestore.o
|
||||
|
||||
include $(top_srcdir)/src/backend/common.mk
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1577
src/backend/utils/sort/tuplesortvariants.c
Normal file
1577
src/backend/utils/sort/tuplesortvariants.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user