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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: In pg_upgrade, set synchronous_commit=off for the new cluster, t
Дата
Msg-id E1TVopZ-0003Hw-6w@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In pg_upgrade, set synchronous_commit=off for the new cluster, t
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make the streaming replication protocol messages architecture-in