Re: Index (primary key) corrupt?

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: Adrian Klaver <adrian.klaver@aklaver.com>
Cc: Wim Rouquart <wim.rouquart@kbc.be>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-03-09T17:53:39Z
Lists: pgsql-general
On Mon, Mar 9, 2026 at 11:37 AM Adrian Klaver <adrian.klaver@aklaver.com>
wrote:

> This post in answer:
>
>
> https://www.postgresql.org/message-id/AS2PR05MB107549DDE42DC0B8E31CB52BFEF90A%40AS2PR05MB10754.eurprd05.prod.outlook.com
>
> would seem to indicate that is not the issue.
>

Ah, but those are doing the lookup by the index (via indexrelid) but I am
curious about looking up by the table (indrelid), as that is how pg_dump is
going to get at it.

Cheers,
Greg