Re: found xmin from before relfrozenxid on pg_catalog.pg_authid

From: Jeremy Finzel <finzelj(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: found xmin from before relfrozenxid on pg_catalog.pg_authid
Date: 2018-03-22 19:27:15
Message-ID: CAMa1XUj87=qmtxcP8M_ei3+r_GOKkq4vHZXd1CvFTaH6eqArjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Wed, Mar 21, 2018 at 4:29 PM, Peter Geoghegan <pg(at)bowt(dot)ie> wrote:

> On Wed, Mar 21, 2018 at 1:38 PM, Jeremy Finzel <finzelj(at)gmail(dot)com> wrote:
> > A server restart and upgrade to 9.5.12 (at the same time), as expected,
> made
> > the issue go away. Still doesn't give us any answers as to what
> happened or
> > if it would happen again! Thanks for the feeback.
>
> You may still want to use amcheck to look for problems. The version on
> Github works with 9.5, and there are Redhat and Debian pgdg packages.
> See:
>
> https://github.com/petergeoghegan/amcheck
>
> The "heapallindexed" option will be of particular interest to you -
> that option verifies that the table has matching rows for a target
> index (in addition to testing the structure of a target B-Tree index
> itself). This is probably the best general test for corruption that is
> available. There is a fair chance that this will reveal new
> information.
>
> --
> Peter Geoghegan
>

Thank you for the recommendation. I ran both amcheck functions on all 4
indexes of those 2 tables with heapallindexed = true, but no issues were
found.

Thanks,
Jeremy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-22 19:40:04 Re: found xmin from before relfrozenxid on pg_catalog.pg_authid
Previous Message Adrian Klaver 2018-03-22 18:53:26 Re: FDW Foreign Table Access: strange LOG message

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-22 19:40:04 Re: found xmin from before relfrozenxid on pg_catalog.pg_authid
Previous Message Pavel Stehule 2018-03-22 19:10:16 Re: Re: csv format for psql