pgsql: Update README, we don't do post-recovery cleanup actions anymore - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Update README, we don't do post-recovery cleanup actions anymore
Date
Msg-id E1WlcGx-0000fi-N4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update README, we don't do post-recovery cleanup actions anymore.

transam/README explained how B-tree incomplete splits were tracked and
fixed after recovery, as an example of handling complex actions that need
multiple WAL records, but that's not how it works anymore. Explain the new
paradigm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a3655dd4a5cee3917a7d1766e07e36013e7e8835

Modified Files
--------------
src/backend/access/transam/README |   25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL9_4_BETA1 was created
Next
From: Tom Lane
Date:
Subject: pgsql: Fix unaligned accesses in DecodeUpdate().