forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit05a304a
committed
Make SP-GiST redirect cleanup more aggressive.
Commit61b313e made VACUUM pass down a heaprel to index AM bulkdeleteand vacuumcleanup routines. Although this was primarily intended aspreparation for logical decoding on standbys, it also made it easy tocorrect an old deficiency in how we determine how to cleanup SP-GiSTredirect and placeholder tuples.Pass the heaprel to GlobalVisTestFor() during cleanup of redirect andplaceholder tuples, rather than pessimistically passing NULL.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/02392033-f030-a3c8-c7d0-5c27eb529fec@gmail.com1 parente48c817 commit05a304a
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 |
| - | |
511 |
| - | |
| 510 | + | |
512 | 511 |
| |
513 | 512 |
| |
514 | 513 |
| |
|
0 commit comments
Comments
(0)