BUG #7551: Analyse of array domain types

Поиск
Список
Период
Сортировка
От diego_de_lima@hotmail.com
Тема BUG #7551: Analyse of array domain types
Дата
Msg-id E1TDkGi-000200-9N@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7551: Analyse of array domain types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7551
Logged by:          Diego de Lima
Email address:      diego_de_lima@hotmail.com
PostgreSQL version: 9.2.0
Operating system:   Centos 6
Description:        =


When executing a vacuum full analyse of a column typed as a domain with
source type as an array (varchar(64)[], for example), the command abort
with:

ERROR: array_typanalyze was invoked for non-array type 29692

I guess postgres ins't recognizing the domain as an array correctly,
somewhere in the process.

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

Предыдущее
От: Petteri Räty
Дата:
Сообщение: Re: BUG #7549: max_connections check should query master when starting standby
Следующее
От: tom Tom
Дата:
Сообщение: Re: BUG #7550: NULL result when coercing a subquery result into an array