forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3d8652c
committed
Remove unneeded vacuum_delay_point from heap_vac_scan_get_next_block
heap_vac_scan_get_next_block() does relatively little work, so thereis no need to call vacuum_delay_point(). A future commit will callheap_vac_scan_get_next_block() from a callback, and we would like toavoid calling vacuum_delay_point() in that callback.Author: Melanie PlagemanDiscussion:https://postgr.es/m/CAAKRu_Yf3gvXGcCnqqfoq0Q8LX8UM-e-qbm_B1LeZh60f8WhWA%40mail.gmail.com1 parent4e76f98 commit3d8652c
1 file changed
+0
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1233 | 1233 |
| |
1234 | 1234 |
| |
1235 | 1235 |
| |
1236 |
| - | |
1237 | 1236 |
| |
1238 | 1237 |
| |
1239 | 1238 |
| |
|
0 commit comments
Comments
(0)