Re: REINDEX checking of index constraints

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: REINDEX checking of index constraints
Date: 2013-07-21 18:30:54
Message-ID: 51EC28DE.9030408@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Noah,

> Attached patch just restores the old behavior. Would it be worth preserving
> the ability to fix an index consistency problem with a REINDEX independent
> from related heap consistency problems such as duplicate keys?

I would love to have two versions of REINDEX, one which validated and
one which didn't. Maybe a ( validate off ) type check?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-07-21 20:28:31 Re: REINDEX checking of index constraints
Previous Message Noah Misch 2013-07-21 17:28:14 REINDEX checking of index constraints