]> granicus.if.org Git - postgresql/commit
In pg_upgrade, set synchronous_commit=off for the new cluster, to
authorBruce Momjian <bruce@momjian.us>
Tue, 6 Nov 2012 19:28:48 +0000 (14:28 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 Nov 2012 19:28:54 +0000 (14:28 -0500)
commit3cef201c198c99831d2ee96eaa7de68799abea9a
treea850eea0b9fcc8a07ad92dd6886d0c4147a3a8a5
parent329057fd8f967d08190cd355333430c604418d81
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.
contrib/pg_upgrade/server.c