Search Postgresql Archives

Re: Re: pg_upgrade unrecognized configuration parameter “unix_socket_directory”

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux