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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes
Дата
Msg-id 22520.1452877115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13864: Reproducible, ERROR: could not read block 30 in file "base/16414/11914": read only 0 of 8192 bytes  (prtkgaur1@gmail.com)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13865: PQresultStatus returns PGRES_COPY_OUT instead of PGRES_FATAL_ERROR for certain bad COPY statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] about test_parser installation failure problem(PostgreSQL in 9.5.0)?