Fix for pg_upgrade tablespace function usage - Mailing list pgsql-hackers

From Bruce Momjian
Subject Fix for pg_upgrade tablespace function usage
Date
Msg-id 20120125025558.GA20362@momjian.us
Whole thread Raw
List pgsql-hackers
I have applied the attached patch to git head to fix the new SQL tablespace
location function usage in pg_upgrade to properly check cluster version
numbers, and a fix missing table alias.

I found this problem during testing.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: GUC_REPORT for protocol tunables was: Re: Optimize binary serialization format of arrays with fixed size elements
Next
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade with plpython is broken