forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit22c1055
committed
Use int64 instead of long in incremental sort code
Windows 64bit has 4-byte long values which is not suitable for trackingdisk space usage in the incremental sort code. Let's just make all thesefields int64s.Author: James ColemanDiscussion:https://postgr.es/m/CAApHDvpky%2BUhof8mryPf5i%3D6e6fib2dxHqBrhp0Qhu0NeBhLJw%40mail.gmail.comBackpatch-through: 13, where the incremental sort code was added1 parent725b43b commit22c1055
File tree
3 files changed
+15
-15
lines changed- src
- backend/commands
- include
- nodes
- utils
3 files changed
+15
-15
lines changedLines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2676 | 2676 |
| |
2677 | 2677 |
| |
2678 | 2678 |
| |
2679 |
| - | |
| 2679 | + | |
2680 | 2680 |
| |
2681 | 2681 |
| |
2682 | 2682 |
| |
| |||
2686 | 2686 |
| |
2687 | 2687 |
| |
2688 | 2688 |
| |
2689 |
| - | |
| 2689 | + | |
2690 | 2690 |
| |
2691 | 2691 |
| |
2692 | 2692 |
| |
| |||
2715 | 2715 |
| |
2716 | 2716 |
| |
2717 | 2717 |
| |
2718 |
| - | |
| 2718 | + | |
2719 | 2719 |
| |
2720 | 2720 |
| |
2721 | 2721 |
| |
| |||
2731 | 2731 |
| |
2732 | 2732 |
| |
2733 | 2733 |
| |
2734 |
| - | |
| 2734 | + | |
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 | 2737 |
| |
| |||
2795 | 2795 |
| |
2796 | 2796 |
| |
2797 | 2797 |
| |
2798 |
| - | |
| 2798 | + | |
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 | 2801 |
| |
2802 |
| - | |
| 2802 | + | |
2803 | 2803 |
| |
2804 | 2804 |
| |
2805 | 2805 |
| |
2806 | 2806 |
| |
2807 | 2807 |
| |
2808 | 2808 |
| |
2809 |
| - | |
| 2809 | + | |
2810 | 2810 |
| |
2811 | 2811 |
| |
2812 | 2812 |
| |
2813 | 2813 |
| |
2814 |
| - | |
| 2814 | + | |
2815 | 2815 |
| |
2816 | 2816 |
| |
2817 | 2817 |
| |
| |||
2829 | 2829 |
| |
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 |
| - | |
| 2832 | + | |
2833 | 2833 |
| |
2834 | 2834 |
| |
2835 | 2835 |
| |
| |||
2846 | 2846 |
| |
2847 | 2847 |
| |
2848 | 2848 |
| |
2849 |
| - | |
| 2849 | + | |
2850 | 2850 |
| |
2851 | 2851 |
| |
2852 | 2852 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2032 | 2032 |
| |
2033 | 2033 |
| |
2034 | 2034 |
| |
2035 |
| - | |
2036 |
| - | |
2037 |
| - | |
2038 |
| - | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
2039 | 2039 |
| |
2040 | 2040 |
| |
2041 | 2041 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
0 commit comments
Comments
(0)