Re: How am I supposed to fix this? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: How am I supposed to fix this?
Date
Msg-id 20190806172047.GA31000@alvherre.pgsql
Whole thread Raw
In response to How am I supposed to fix this?  (Larry Rosenman <ler@lerctr.org>)
List 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



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: How am I supposed to fix this?
Next
From: Peter Geoghegan
Date:
Subject: Re: How am I supposed to fix this?