forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64fe602
committed
Fixes for Disk-based Hash Aggregation.
Justin Pryzby raised a couple issues with commit1f39bce. Fixed.Also, tweak the way the size of a hash entry is estimated and thenumber of buckets is estimated when calling BuildTupleHashTableExt().Discussion:https://www.postgresql.org/message-id/20200319064222.GR26184@telsasoft.com1 parent0830d21 commit64fe602
2 files changed
+8
-13
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2778 | 2778 |
| |
2779 | 2779 |
| |
2780 | 2780 |
| |
2781 |
| - | |
| 2781 | + | |
2782 | 2782 |
| |
2783 | 2783 |
| |
2784 | 2784 |
| |
|
Lines changed: 7 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1873 | 1873 |
| |
1874 | 1874 |
| |
1875 | 1875 |
| |
1876 |
| - | |
1877 |
| - | |
1878 |
| - | |
1879 |
| - | |
1880 |
| - | |
1881 |
| - | |
1882 |
| - | |
| 1876 | + | |
1883 | 1877 |
| |
1884 | 1878 |
| |
1885 | 1879 |
| |
1886 |
| - | |
| 1880 | + | |
| 1881 | + | |
1887 | 1882 |
| |
1888 | 1883 |
| |
1889 | 1884 |
| |
| |||
1899 | 1894 |
| |
1900 | 1895 |
| |
1901 | 1896 |
| |
1902 |
| - | |
1903 |
| - | |
| 1897 | + | |
| 1898 | + | |
1904 | 1899 |
| |
1905 |
| - | |
| 1900 | + | |
1906 | 1901 |
| |
1907 | 1902 |
| |
1908 | 1903 |
| |
| |||
3548 | 3543 |
| |
3549 | 3544 |
| |
3550 | 3545 |
| |
3551 |
| - | |
| 3546 | + | |
3552 | 3547 |
| |
3553 | 3548 |
| |
3554 | 3549 |
| |
|
0 commit comments
Comments
(0)