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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: prtkgaur1(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes
Date: 2016-01-15 16:58:35
Message-ID: 22520.1452877115@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

prtkgaur1(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-01-15 17:03:22 Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?
Previous Message Tom Lane 2016-01-15 16:54:11 Re: BUG #13865: PQresultStatus returns PGRES_COPY_OUT instead of PGRES_FATAL_ERROR for certain bad COPY statement