Re: How am I supposed to fix this?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How am I supposed to fix this?
Date: 2019-08-06 17:20:47
Message-ID: 20190806172047.GA31000@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Aug-06, Larry Rosenman wrote:

> ler=# reindex index pg_toast_17760_index;
> ERROR: relation "pg_toast_17760_index" does not exist

Maybe try "reindex index pg_toast.pg_toast_17760_index"

> ler=# reindex (verbose) database ler;
[...]
> ERROR: index "pg_toast_17760_index" contains unexpected zero page at block
> 23686
> HINT: Please REINDEX it.

I suspect REINDEX is trying to access that index for some other reason
than reindexing it.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2019-08-06 17:30:21 Re: How am I supposed to fix this?
Previous Message Tomas Vondra 2019-08-06 17:19:01 Re: How am I supposed to fix this?