pgsql: Revise documentation for new freezing method.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Revise documentation for new freezing method.
Дата
Msg-id E1VvHAs-0005CA-QA@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix portability issue in ordered-set patch.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ANALYZE failure on a column that's a domain over a range.