pgsql: pg_upgrade: suppress creation of delete script

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: suppress creation of delete script
Date: 2016-02-18 23:32:33
Message-ID: E1aWY3l-0001pg-0c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: suppress creation of delete script

Suppress creation of the pg_upgrade delete script when the new data
directory is inside the old data directory.

Reported-by: IRC

Backpatch-through: 9.3, where delete script tests were added

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bf26c4f443a8dd8e6f85ecaf877631a6875770ce

Modified Files
--------------
contrib/pg_upgrade/check.c | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-19 01:02:22 pgsql: Add an explicit representation of the output targetlist to Paths
Previous Message Tom Lane 2016-02-18 20:41:05 pgsql: Fix multiple bugs in contrib/pgstattuple's pgstatindex() functio