Re: BUG #15528: on v11.0 version still get error "ERROR: catalog is missing 1 attribute(s) for relid 6855092"

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: zxw110876189(at)qq(dot)com
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15528: on v11.0 version still get error "ERROR: catalog is missing 1 attribute(s) for relid 6855092"
Date: 2018-12-04 06:09:24
Message-ID: CAH2-WzkmKKWSx=Ndvybk8Y5x0hxuaFBUuNnU-bVtWQD9W_Kq6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Dec 3, 2018 at 6:48 PM 小威 <zxw110876189(at)qq(dot)com> wrote:
> when set max_parallel_maintenance_workers = 0,no issue(vacuum full ok)now.before it my 2 times test were all failed.now I set it to 2 again and set log_min_message = debug5,log_min_error_statement=debug5,try to get more details.

That would be helpful. I also encourage you to install
contrib/amcheck, and perform the verification I asked about. amcheck
is not a third party extension -- it's maintained as part of the
PostgreSQL codebase. You probably just have to install a separate OS
package, and then you can "CREATE EXTENSION amcheck" from psql. The
package that you need is probably called something like
"postgresql-contrib-11", and will almost certainly be available from
the same package repository that the server (e.g. "postgresql-11")
came from. It should be easy for you.

Thank you
--
Peter Geoghegan

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sudesh mohane 2018-12-04 11:45:25 Re: PostgreSQL db password policy
Previous Message 小威 2018-12-04 02:47:57 Re: BUG #15528: on v11.0 version still get error "ERROR: catalog is missing 1 attribute(s) for relid 6855092"