Re: BUG #15460: Error while creating index or constraint

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: BUG #15460: Error while creating index or constraint
Дата
Msg-id CAH2-WznL_9_Xx6bL9_HfC7McDKEjeF7MUDFKScJpxjH7CABhtw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15460: Error while creating index or constraint  (PG Bug reporting form <noreply@postgresql.org>)
Ответы RE: BUG #15460: Error while creating index or constraint  (Paul van der Linden <paul.vanderlinden@mapcreator.eu>)
Список pgsql-bugs
On Mon, Oct 29, 2018 at 1:01 PM Paul van der Linden
<paul.vanderlinden@mapcreator.eu> wrote:
>
> Well I also saw it on uuids and possibly enum.
> One of the tables is a materialized view with 550161114 records consisting of 2 uuid-colums and 2 enum columns.
> Total size is 34 GB...

Another thing that could be helpful is if you "set trace_sort = on"
within your session/pgAdmin, and showed us log output from the start
of the failing CREATE INDEX to the point that it fails. You may or may
not want to "set client_min_messages = LOG" while you're at it, since
that will send LOG output to the client, which may be more convenient.

Thanks
-- 
Peter Geoghegan


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: BUG #15460: Error while creating index or constraint
Следующее
От: Paul van der Linden
Дата:
Сообщение: RE: BUG #15460: Error while creating index or constraint