From: Bruce Momjian Date: Sat, 11 Jan 2014 01:56:47 +0000 (-0500) Subject: Adjust pg_upgrade for move of username lookup functions to /common X-Git-Tag: REL9_4_BETA1~708 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=850ade3e32ea12e0c6b2d10c6b628772bf851727;p=thirdparty%2Fpostgresql.git Adjust pg_upgrade for move of username lookup functions to /common --- diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index ea7819d4aea..7f4458c0ace 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -9,6 +9,7 @@ #include "postgres_fe.h" +#include "common/username.h" #include "pg_upgrade.h" #include