pgsql: Revise documentation for new freezing method. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Revise documentation for new freezing method.
Date
Msg-id E1VvHAs-0005CA-QA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revise documentation for new freezing method.

Commit 37484ad2aacef5ec794f4dd3d5cf814475180a78 invalidated a good
chunk of documentation, so patch it up to reflect the new state of
play.  Along the way, patch remaining documentation references to
FrozenXID to say instead FrozenTransactionId, so that they match the
way we actually spell it in the code.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml               |    4 +--
doc/src/sgml/maintenance.sgml          |   56 +++++++++++++++-----------------
src/backend/access/common/reloptions.c |    2 +-
3 files changed, 30 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix portability issue in ordered-set patch.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ANALYZE failure on a column that's a domain over a range.