pgsql: Cleanup commit timestamp module activaction, again

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Cleanup commit timestamp module activaction, again
Дата
Msg-id E1Zr8em-00025u-LY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Cleanup commit timestamp module activaction, again

Further tweak commit_ts.c so that on a standby the state is completely
consistent with what that in the master, rather than behaving
differently in the cases that the settings differ.  Now in standby and
master the module should always be active or inactive in lockstep.

Author: Petr Jelínek, with some further tweaks by Álvaro Herrera.

Backpatch to 9.5, where commit timestamps were introduced.

Discussion: http://www.postgresql.org/message-id/5622BF9D.2010409@2ndquadrant.com

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/68cc162e454a166a2a6ca992aeb759edcc56adc3

Modified Files
--------------
src/backend/access/transam/commit_ts.c |  149 +++++++++++++++++---------------
src/backend/commands/vacuum.c          |    2 +-
src/include/access/commit_ts.h         |    2 +-
3 files changed, 81 insertions(+), 72 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Cleanup commit timestamp module activaction, again
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix BRIN free space computations