pgsql: Fix comments about WAL rule "write xlog before data" versus pg_m

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix comments about WAL rule "write xlog before data" versus pg_m
Дата
Msg-id E1aEtWc-00044s-Dn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comments about WAL rule "write xlog before data" versus pg_multixact.

Recovery does not achieve its goal of zeroing all pg_multixact entries
whose accompanying WAL records never reached disk.  Remove that claim
and justify its expendability.  Detail the need for TrimMultiXact(),
which has little in common with the TrimCLOG() rationale.  Merge two
tightly-related comments.  Stop presenting pg_multixact as specific to
heap_lock_tuple(); PostgreSQL 9.3 extended its use to heap_update().

Noticed while investigating a report from Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3cd1ba147e5619199914e5b71e0edbd188a763d2

Modified Files
--------------
src/backend/access/transam/multixact.c |   46 +++++++++++++++-----------------
1 file changed, 21 insertions(+), 25 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Add index entries and better documentation link for Linux O
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Split out pg_operator.h function declarations to new file pg_ope