forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6fcde24
committed
Fix some minor errors in new PHJ code.
Correct ExecParallelHashTuplePrealloc's estimate of whether thespace_allowed limit is exceeded. Be more consistent about tuples thatare exactly HASH_CHUNK_THRESHOLD in size (they're "small", not "large").Neither of these things explain the current buildfarm unhappiness, butthey're still bugs.Thomas Munro, per gripe by meDiscussion:https://postgr.es/m/CAEepm=34PDuR69kfYVhmZPgMdy8pSA-MYbpesEN1SR+2oj3Y+w@mail.gmail.com1 parent3decd15 commit6fcde24
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
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
Comments
(0)