| От | Peter Geoghegan |
|---|---|
| Тема | pgsql: Update obsolete heap pruning comments. |
| Дата | |
| Msg-id | E1mj6TH-00025X-9R@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Update obsolete heap pruning comments. Add new comments that spell out what VACUUM expects from heap pruning: pruning must never leave behind DEAD tuples that still have tuple storage. This has at least been the case since commit 8523492d, which established the principle that vacuumlazy.c doesn't have to deal with DEAD tuples that still have tuple storage directly, except perhaps by simply retrying pruning (to handle a rare corner case involving concurrent transaction abort). In passing, update some references to old symbol names that were missed by the snapshot scalability work (specifically commit dc7420c2c9). Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f214960adde6028a39ba3014b1ab2b224faeefed Modified Files -------------- src/backend/access/heap/pruneheap.c | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера