pgsql: pg_upgrade: improve instructions for fixing incompatible isn use

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: improve instructions for fixing incompatible isn use
Date: 2019-11-28 01:25:01
Message-ID: E1ia8YH-0003d3-FQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: improve instructions for fixing incompatible isn use

This clarifies instructions on how to dump/reload databases that use
incompatible isn versions.

Reported-by: Alvaro Herrera

Discussion: https://postgr.es/m/20191114190652.GA23586@alvherre.pgsql

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>

Backpatch-through: 13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f0b57aec1d41f89611efac4d6938a725b056ed00

Modified Files
--------------
src/bin/pg_upgrade/check.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-11-28 01:36:37 pgsql: pg_upgrade: adjust error paragraph width to be consistent
Previous Message Andrew Dunstan 2019-11-27 20:49:00 pgsql: Don't use native methods in TestLib::slurp_file on Msys