pgsql: Make fast promotion the default promotion mode.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Make fast promotion the default promotion mode.
Дата
Msg-id E1UUyCa-0002Uo-Iz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make fast promotion the default promotion mode.
Continue to allow a request for synchronous
checkpoints as a mechanism in case of problems.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2317a63328cd9d1c22d02218c6959f340b63d98f

Modified Files
--------------
src/backend/access/transam/xlog.c |   15 ++-------------
src/bin/pg_ctl/pg_ctl.c           |   17 ++++++-----------
2 files changed, 8 insertions(+), 24 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: 9.3 release notes: adjustments per Alvaro
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.