Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries. - Mailing list pgsql-hackers

From Виктор Егоров
Subject Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.
Date
Msg-id CAGnEbohjarUE5a2pRMbyy6GxOoLEGY4rWYBHpgQq6DbPy7SB6A@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
You're right, REINDEX was not done.

I've stopped the VACUUM, did a proper server restart (pg_ctl -m fast -w restart)
and will work on rebuilding relations.
Seems like I have another issue with a bunch of bloated tables on my way also.

Thanks for the support.

2012/9/26 Andres Freund <andres@2ndquadrant.com>:
>> Last entry from the 9.1.6 recommended VACUUM (FREEZE, VERBOSE, ANALYZE)
> It recommended doing a REINDEX first though? I guess you didn't do that?
>
> ...
>
> I guess you cannot cancel the vacuum? Last time it was in a cycle without
> checking interrupts inbetween.
>
> Can you restart the server?


-- 
Victor Y. Yegorov



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: htup header reorganization breaks many extension modules
Next
From: Andres Freund
Date:
Subject: Re: pg_reorg in core?