Fix problems with loss of tuple commit status bits during WAL redo of
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Sep 2002 22:46:29 +0000 (22:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 26 Sep 2002 22:46:29 +0000 (22:46 +0000)
commitc87469e64a9b893b72254a1850c366fb04777430
tree0911f0193bd1badcc69ab5ff8d7d1e712388596f
parent72f8efdc986eb06b0d7498d90c4ba6c1a94abba8
Fix problems with loss of tuple commit status bits during WAL redo of
VACUUM FULL tuple moves.  Store full-width t_infomask in WAL, rather
than storing low 8 bits and expecting to be able to reconstruct upper
bits.  While at it, remove redundant t_oid field from WAL headers
(the OID, if present, is now recorded in the data portion of the tuple).
WAL version number bumped --- this does not force an initdb, you can
instead run pg_resetxlog after a clean shutdown of the old postmaster.
src/backend/access/heap/heapam.c
src/include/access/htup.h
src/include/access/xlog.h