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/[email protected] 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(-)
