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-0002hl-Tg@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
------
REL9_4_STABLE

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

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 42 ++++++++++++++++++++++++++++++++----------
1 file changed, 32 insertions(+), 10 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