pgsql: Revise documentation for new freezing method.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revise documentation for new freezing method.
Date: 2013-12-24 01:52:46
Message-ID: E1VvHAs-0005CA-QA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-24 03:19:00 pgsql: Fix ANALYZE failure on a column that's a domain over a range.
Previous Message Tom Lane 2013-12-24 01:24:13 pgsql: Fix portability issue in ordered-set patch.