forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8eda3eb
committed
Use sort_template.h for qsort_tuple() and qsort_ssup().
Replace the Perl code previously used to generate specialized sortfunctions with sort_template.h.Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/CA%2BhUKGJ2-eaDqAum5bxhpMNhvuJmRDZxB_Tow0n-gse%2BHG0Yig%40mail.gmail.com1 parentf374f4d commit8eda3eb
File tree
7 files changed
+21
-296
lines changed- src
- backend
- utils/sort
- tools/msvc
7 files changed
+21
-296
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
194 | 193 |
| |
195 | 194 |
| |
196 | 195 |
| |
| |||
312 | 311 |
| |
313 | 312 |
| |
314 | 313 |
| |
315 |
| - | |
316 |
| - | |
| 314 | + | |
317 | 315 |
| |
318 | 316 |
| |
319 | 317 |
| |
|
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 24 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - |
Lines changed: 0 additions & 272 deletions
This file was deleted.
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
676 | 676 |
| |
677 | 677 |
| |
678 | 678 |
| |
679 |
| - | |
680 | 679 |
| |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
681 | 700 |
| |
682 | 701 |
| |
683 | 702 |
| |
|
Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
665 | 665 |
| |
666 | 666 |
| |
667 | 667 |
| |
668 |
| - | |
669 |
| - | |
670 |
| - | |
671 |
| - | |
672 |
| - | |
673 |
| - | |
674 |
| - | |
675 |
| - | |
676 |
| - | |
677 |
| - | |
678 | 668 |
| |
679 | 669 |
| |
680 | 670 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
|
0 commit comments
Comments
(0)