Re: Error with index on unlogged table - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Error with index on unlogged table
Date
Msg-id CAA-aLv4VDaio6CPy1w_U3LJZEPKxS6pZXpXsqzVn7g34gAQXXw@mail.gmail.com
Whole thread Raw
In response to Re: Error with index on unlogged table  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: Error with index on unlogged table  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
On 25 March 2015 at 12:22, Amit Langote <amitlangote09@gmail.com> wrote:
On Wednesday, March 25, 2015, Michael Paquier <michael.paquier@gmail.com> wrote:
>
> On Tue, Mar 24, 2015 at 8:46 PM, Thom Brown wrote:
> > The index is unlogged until reindexing...
> >
> > [...]
> > Which is think also raises the question, why are unlogged indexes made
> > persistent by a reindex?
>
> That's a bug of HEAD, ~9.4 keeping the index as unlogged even after
> REINDEX INDEX. What happens is that ReindexIndex relies on
> relpersistence provided by makeRangeVar at parse time, which is just
> incorrect as it uses RELPERSISTENCE_PERMANENT all the time. The patch
> attached fixes that...
>

How about VACUUM FULL and CLUSTER as the problem seems to have been
reported to be there too?

No, those are okay.  They actually revert the index back to the same persistence level as the table they're attached to.

--
Thom

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: printing table in asciidoc with psql
Next
From: Bruce Momjian
Date:
Subject: Re: printing table in asciidoc with psql