From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql-server/src backend/access/heap/heapam.c ... |
Date: | 2002-09-26 22:46:29 |
Message-ID: | 20020926224629.576B0476F85@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/09/26 18:46:29
Modified files:
src/backend/access/heap: heapam.c
src/include/access: htup.h xlog.h
Log message:
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-09-26 22:58:34 | pgsql-server/src backend/access/transam/clog.c ... |
Previous Message | Bruce Momjian | 2002-09-26 05:39:08 | Re: pgsql-server/src/pl plpython/feature.expected ... |