In pg_upgrade, remove dependency on pg_config, as that might not be in the non-development install. Instead, use the LOAD mechanism to check for the pg_upgrade_support shared object, like we do for other shared object checks.
Backpatch to 9.1. Report from Àlvaro Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/28155746150f584e8147e2e3f68fec8c0d819cbf Modified Files -------------- contrib/pg_upgrade/check.c | 42 ----------------------------------------- contrib/pg_upgrade/function.c | 15 ++++++++++--- 2 files changed, 11 insertions(+), 46 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
