On Sun, Sep 29, 2013 at 07:12:43AM -0300, Clodoaldo Neto wrote: > Someone claims to have fixed it patching pg_upgrade: > > http://dba.stackexchange.com/a/50714/6978 > > Quoting: > > "My solution is to rebuild the pg_upgrade from sources, with update to file > contrib/pg_upgrade/server.c:199 where pg_upgrade checks for server version: > > 199: (GET_MAJOR_VERSION(cluster->major_version) < 903) ? > > , in my case i change it to: > > 199: (GET_MAJOR_VERSION(cluster->major_version) < 900) ?" > > > Clodoaldo Yep, looks like Fedora has to patch pg_upgrade too. -- Bruce Momjian <bruce@xxxxxxxxxx> http://momjian.us EnterpriseDB http://enterprisedb.com + Everyone has their own god. + -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general