Heap redo/undo (except for tuple moving used by vacuum).

Vadim B. Mikheev <vadim4o@yahoo.com>

Commit: f2bfe8a24c46133f81e188653a127f939eb33c4a
Author: Vadim B. Mikheev <vadim4o@yahoo.com>
Date: 2000-09-07T09:58:38Z
Releases: 7.1.1
Heap redo/undo (except for tuple moving used by vacuum).

Files

PathChange+/−
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