Commit 6fcde24
committed
Fix some minor errors in new PHJ code.
Correct ExecParallelHashTuplePrealloc's estimate of whether the
space_allowed limit is exceeded. Be more consistent about tuples that
are exactly HASH_CHUNK_THRESHOLD in size (they're "small", not "large").
Neither of these things explain the current buildfarm unhappiness, but
they're still bugs.
Thomas Munro, per gripe by me
Discussion: https://postgr.es/m/CAEepm=34PDuR69kfYVhmZPgMdy8pSA-MYbpesEN1SR+2oj3Y+w@mail.gmail.com1 parent 3decd15 commit 6fcde24
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2740 | 2740 | | |
2741 | 2741 | | |
2742 | 2742 | | |
2743 | | - | |
| 2743 | + | |
2744 | 2744 | | |
2745 | 2745 | | |
2746 | 2746 | | |
| |||
3260 | 3260 | | |
3261 | 3261 | | |
3262 | 3262 | | |
| 3263 | + | |
3263 | 3264 | | |
3264 | 3265 | | |
3265 | 3266 | | |
| |||
3280 | 3281 | | |
3281 | 3282 | | |
3282 | 3283 | | |
3283 | | - | |
| 3284 | + | |
| 3285 | + | |
3284 | 3286 | | |
3285 | 3287 | | |
3286 | 3288 | | |
| |||
0 commit comments