diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-26 22:46:29 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-26 22:46:29 +0000 |
commit | c87469e64a9b893b72254a1850c366fb04777430 (patch) | |
tree | 0911f0193bd1badcc69ab5ff8d7d1e712388596f /src/backend/access/transam/clog.c | |
parent | 72f8efdc986eb06b0d7498d90c4ba6c1a94abba8 (diff) | |
download | postgresql-c87469e64a9b893b72254a1850c366fb04777430.tar.gz postgresql-c87469e64a9b893b72254a1850c366fb04777430.zip |
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.
Diffstat (limited to 'src/backend/access/transam/clog.c')
0 files changed, 0 insertions, 0 deletions