Re: pg_upgrade problem with invalid indexes

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_upgrade problem with invalid indexes
Date: 2012-12-07 00:31:46
Message-ID: 50C138F2.5090104@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> There are a few possible fixes. The first would be to have pg_upgrade
> throw an error on any invalid index in the old cluster. Another option
> would be to preserve the invalid state in pg_dump --binary-upgrade.

Or to not dump invalid indexes at all in --binary-upgrade mode.

> I also need help in how to communicate this to users since our next
> minor release will be in the future.

Blog post?

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-12-07 00:35:19 Re: pg_upgrade problem with invalid indexes
Previous Message Bruce Momjian 2012-12-07 00:28:33 pg_upgrade problem with invalid indexes