Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev <vadim4o@yahoo.com>
Heap redo/undo (except for tuple moving used by vacuum).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +441 −44 |
| src/backend/access/heap/hio.c | modified | +15 −28 |
| src/include/access/hio.h | modified | +2 −2 |
| src/include/access/htup.h | modified | +13 −10 |
| src/include/storage/bufpage.h | modified | +14 −1 |
| src/include/storage/itemid.h | modified | +9 −3 |
| src/include/utils/rel.h | modified | +3 −1 |