forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbccd690
committed
Always make a BufferAccessStrategy for ANALYZE
32fbe02 changed things so we didn't bother allocating theBufferAccessStrategy during VACUUM (ONLY_DATABASE_STATS); and VACUUM(FULL), however, it forgot to consider that VACUUM (FULL, ANALYZE) is apossible combination. That change would have resulted in such a commandallowing ANALYZE to make full use of shared buffers, which wasn'tintended, so fix that.Reported-by: Melanie PlagemanDiscussion:https://postgr.es/m/CAAKRu_bJRKe+v_=OqwC+5sA3j5qv8rqdAwy3+yHaO3wmtfrCRg@mail.gmail.com1 parent1d477a9 commitbccd690
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
| 396 | + | |
| 397 | + | |
397 | 398 |
| |
398 | 399 |
| |
399 |
| - | |
400 |
| - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
401 | 403 |
| |
402 | 404 |
| |
403 | 405 |
| |
|
0 commit comments
Comments
(0)