Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0b193c

Browse files
committed
Split tuplesortvariants.c from tuplesort.c
This commit puts the implementation of Tuple sort variants into the separatefile tuplesortvariants.c. That gives better separation of the code andserves well as the demonstration that Tuple sort variant can be defined outsideof tuplesort.c.Discussion:https://postgr.es/m/CAPpHfdvjix0Ahx-H3Jp1M2R%2B_74P-zKnGGygx4OWr%3DbUQ8BNdw%40mail.gmail.comAuthor: Alexander KorotkovReviewed-by: Pavel Borisov, Maxim Orlov, Matthias van de MeentReviewed-by: Andres Freund, John Naylor
1 parentec92fe9 commitd0b193c

File tree

4 files changed

+1784
-1745
lines changed

4 files changed

+1784
-1745
lines changed

‎src/backend/utils/sort/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ OBJS = \
2020
sharedtuplestore.o\
2121
sortsupport.o\
2222
tuplesort.o\
23+
tuplesortvariants.o\
2324
tuplestore.o
2425

2526
include$(top_srcdir)/src/backend/common.mk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp