]> granicus.if.org Git - postgresql/commit
In pg_upgrade, remove dependency on pg_config, as that might not be in
authorBruce Momjian <bruce@momjian.us>
Mon, 19 Mar 2012 13:31:50 +0000 (09:31 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 19 Mar 2012 13:31:50 +0000 (09:31 -0400)
commit28155746150f584e8147e2e3f68fec8c0d819cbf
treeba982cc0fab65d39921dda052715fcd77e436ddb
parented79eddba9367f1e35e480e87cbaafc18b9f75ca
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
contrib/pg_upgrade/check.c
contrib/pg_upgrade/function.c