pgsql: In pg_upgrade, set synchronous_commit=off for the new cluster, t

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, set synchronous_commit=off for the new cluster, t
Date: 2012-11-06 19:29:01
Message-ID: E1TVopZ-0003Hw-6w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, set synchronous_commit=off for the new cluster, to
improve performance when restoring the schema from the old cluster.

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
contrib/pg_upgrade/server.c | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-11-07 17:22:01 pgsql: Make the streaming replication protocol messages architecture-in
Previous Message Tom Lane 2012-11-05 18:37:05 pgsql: Fix handling of inherited check constraints in ALTER COLUMN TYPE