Re: BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes
Date
Msg-id 22520.1452877115@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes  (prtkgaur1@gmail.com)
List pgsql-bugs
prtkgaur1@gmail.com writes:
> The commands described above end up in a failure message 'ERROR:  could not
> read block 30 in file "base/16414/11914": read only 0 of 8192 bytes'.

Could we see a self-contained example of this, please?

It'd also be useful to know what you get from

    select relname from pg_class where pg_relation_filenode(oid) = 11914;

in this database.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13865: PQresultStatus returns PGRES_COPY_OUT instead of PGRES_FATAL_ERROR for certain bad COPY statement
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?