pgsql: doc: adjust wal_level pg_upgrade patch

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: adjust wal_level pg_upgrade patch
Date: 2017-06-20 15:04:40
Message-ID: E1dNKhs-0008JC-LG@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: adjust wal_level pg_upgrade patch

Since 9.5 has two WAL levels that apply to standby upgrades, archive and
hot_standby, adjust the docs for that version to say, basically, "restore old
cluster wal_level value in the new cluster".

This is a follow-on patch to fd376afc9863dd8ea3eba95edfa79961173e706f.

Backpatch-through: 9.5 only

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/525ee8ff333d71fcf155833ea59a635f30b87fd1

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-20 16:36:20 pgsql: Tweak publication fetching in psql
Previous Message Peter Eisentraut 2017-06-20 14:10:29 pgsql: Change pg_get_publication_tables to prosecdef false