pgsql: Make fast promotion the default promotion mode. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Make fast promotion the default promotion mode.
Date
Msg-id E1UUyCa-0002Uo-Iz@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: 9.3 release notes: adjustments per Alvaro
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.