Re: WIP: store additional info in GIN index - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP: store additional info in GIN index
Date
Msg-id 18626.1354660527@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: store additional info in GIN index  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: WIP: store additional info in GIN index  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Maybe we can mark GIN indexes as invalid after pg_upgrade somehow, so
> that they require reindex in the new cluster before they can be used for
> queries or index updates.

Bumping the version number in the GIN metapage would be sufficient.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ALTER TABLE ... NOREWRITE option
Next
From: Bruce Momjian
Date:
Subject: Re: WIP: store additional info in GIN index