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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update README, we don't do post-recovery cleanup actions anymore
Date: 2014-05-17 10:55:23
Message-ID: E1WlcGx-0000fi-N4@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-17 19:54:05 pgsql: Fix unaligned accesses in DecodeUpdate().
Previous Message pgsql 2014-05-16 23:24:34 pgsql: Tag refs/tags/REL9_4_BETA1 was created