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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
