pgsql: pg_upgrade: report database names with missing extension libs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: report database names with missing extension libs
Date: 2018-07-28 16:33:57
Message-ID: E1fjSAH-00080O-SX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: report database names with missing extension libs

Previously only the missing library name was reported, forcing users to
look in all databases to find the library entries.

Discussion: https://postgr.es/m/20180713162815.GA3835@momjian.us

Author: Daniel Gustafsson, me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60e3bd1d7f92430b24b710ecf0559656eb8ed499

Modified Files
--------------
src/bin/pg_upgrade/function.c | 158 ++++++++++++++++++++--------------------
src/bin/pg_upgrade/pg_upgrade.h | 7 +-
2 files changed, 85 insertions(+), 80 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-07-28 19:02:10 pgsql: pg_upgrade: check for clean server shutdowns
Previous Message Bruce Momjian 2018-07-28 15:36:07 pgsql: pgtest: grab possible warnings from install.log