1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev <vadim4o@yahoo.com>
1. WAL needs in zero-ed content of newly initialized page. 2. Log record for PageRepaireFragmentation now keeps array of !LP_USED offnums to redo cleanup properly.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +45 −24 |
| src/backend/commands/vacuum.c | modified | +22 −10 |
| src/backend/storage/page/bufpage.c | modified | +20 −3 |
| src/include/access/htup.h | modified | +2 −1 |
| src/include/storage/bufpage.h | modified | +3 −2 |