- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd0b193c
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 Naylor1 parentec92fe9 commitd0b193c
File tree
4 files changed
+1784
-1745
lines changed- src
- backend/utils/sort
- include/utils
4 files changed
+1784
-1745
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
|
0 commit comments
Comments
(0)