pgsql: Doc: small improvements for documentation about VACUUM freezing.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: small improvements for documentation about VACUUM freezing.
Date: 2016-09-06 21:51:06
Message-ID: E1bhOGo-0002hg-TV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: small improvements for documentation about VACUUM freezing.

Mostly, explain how row xmin's used to be replaced by FrozenTransactionId
and no longer are. Do a little copy-editing on the side.

Per discussion with Egor Rogov. Back-patch to 9.4 where the behavioral
change occurred.

Discussion: <575D7955(dot)6060209(at)postgrespro(dot)ru>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/975768f8eae2581b89ceafe8b16a77ff375207fe

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 48 +++++++++++++++++++++++++++++++------------
1 file changed, 35 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-09-07 02:59:41 pgsql: Add location field to DefElem
Previous Message Tom Lane 2016-09-06 19:50:50 pgsql: Guard against possible memory allocation botch in batchmemtuples