Re: pg_upgrade problem with invalid indexes
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@2ndquadrant.com>
Cc: Bruce Momjian <bruce@momjian.us>, Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org
Date: 2012-12-07T21:21:48Z
Lists: pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes: > On 2012-12-07 13:59:41 -0500, Tom Lane wrote: >> indisvalid should be sufficient. If you try to test more than that >> you're going to make the code more version-specific, without actually >> buying much. > Doesn't the check need to be at least indisvalid && indisready? Given > that 9.2 represents !indislive as indisvalid && !indisready? Um, good point. It's annoying that we had to do it like that ... regards, tom lane