pgsql: Doc: small improvements for documentation about VACUUM freezing. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: small improvements for documentation about VACUUM freezing.
Date
Msg-id E1bhOGo-0002hi-TY@gemulon.postgresql.org
Whole thread Raw
List 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.6060209@postgrespro.ru>

Branch
------
REL9_6_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Guard against possible memory allocation botch in batchmemtuples
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: small improvements for documentation about VACUUM freezing.