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(-)
pgsql-committers by date
| Next: | From: Heikki Linnakangas | Date: 2012-11-07 17:22:01 |
| Subject: pgsql: Make the streaming replication protocol messagesarchitecture-in |
| Previous: | From: Tom Lane | Date: 2012-11-05 18:37:05 |
| Subject: pgsql: Fix handling of inherited check constraints in ALTER COLUMNTYPE |