Re: a error happends when create a table in postgresql10.ubuntu18.04

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: a error happends when create a table in postgresql10.ubuntu18.04
Дата
Msg-id 20191031144119.kctc46tw5rif5lqy@development
обсуждение исходный текст
Ответ на a error happends when create a table in postgresql10.ubuntu 18.04  ("?????" <474416133@qq.com>)
Список pgsql-bugs
On Thu, Oct 31, 2019 at 04:12:28PM +0800, ????? wrote:
>OS: UBUNTU 18.04
>POSTGRESQL: 10
>STEP INSTANLL POSTGRESQL  REF: https://www.postgresql.org/download/linux/ubuntu/
>THEN:
>
>- sudo  -s
>- su postgres
>- psql
>- alter user postgres with password 'xxx';
>- create database xxx;
>- create table test ....
>error: 无法打开文件 "base/465796/827" hanpends
>

This seems like some sort of data corruption, because 827 is an index on
a system catalog, namely pg_default_acl_role_nsp_obj_index.

I don't have an Ubuntu system around, but I've tried on debian 9.6 and
it works just fine. I very much doubt Ubuntu is broken.

My guess the system lost the file for whatever reason (admin error,
filesystem bug, power-loss/crash, ...).

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16092: json[b]_to_recordset and json[b]_populate_record do not read properties with mixed-case names
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: BUG #16092: json[b]_to_recordset and json[b]_populate_record do not read properties with mixed-case names