- Notifications
You must be signed in to change notification settings - Fork5
Commitd50e125
committed
Clean up a couple of box gist helper functions.
The original idea of this patch was to make box picksplit run faster, byeliminating unnecessary palloc() overhead, but that was obsoleted by the newdouble-sorting split algorithm that doesn't call these functions so heavilyanymore. Nevertheless, the code looks better this way.Original patch by me, reviewed and tidied up after the double-sorting patchby Kevin Grittner.1 parentcbfa92c commitd50e125
1 file changed
+13
-18
lines changedLines changed: 13 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 | 44 |
| |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
51 |
| - | |
52 |
| - | |
53 | 48 |
| |
54 | 49 |
| |
55 | 50 |
| |
| |||
166 | 161 |
| |
167 | 162 |
| |
168 | 163 |
| |
169 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
170 | 167 |
| |
171 |
| - | |
172 |
| - | |
| 168 | + | |
| 169 | + | |
173 | 170 |
| |
174 | 171 |
| |
175 | 172 |
| |
| |||
937 | 934 |
| |
938 | 935 |
| |
939 | 936 |
| |
940 |
| - | |
| 937 | + | |
941 | 938 |
| |
942 |
| - | |
943 |
| - | |
944 |
| - | |
| 939 | + | |
945 | 940 |
| |
946 | 941 |
| |
947 | 942 |
| |
|
0 commit comments
Comments
(0)