Re: segfault when creating index on huge table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: segfault when creating index on huge table
Дата
Msg-id 4948.1437070492@sss.pgh.pa.us
обсуждение исходный текст
Ответ на segfault when creating index on huge table  (Yiqing Jin <yiqing.jin@gmail.com>)
Ответы Re: segfault when creating index on huge table  (Yiqing Jin <yiqing.jin@gmail.com>)
Список pgsql-admin
Yiqing Jin <yiqing.jin@gmail.com> writes:
> I'm trapped with a problem when trying to create an index on a table with
> about 2.8 billion records in it.
> ALTER TABLE ONLY nodes ADD CONSTRAINT pk_nodes PRIMARY KEY (id);
> or
> create index pknode on nodes(id);

> Postgres terminated with segfault during the proocess.

That shouldn't happen.  Can you get a stack trace from the core dump?

https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

            regards, tom lane


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Automatic restore corruption problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw user mapping and role inheritance