BUG #7551: Analyse of array domain types

Started by Diego de Limaover 13 years ago2 messagesbugs
Jump to latest
#1Diego de Lima
diego_de_lima@hotmail.com

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Diego de Lima (#1)
Re: BUG #7551: Analyse of array domain types

diego_de_lima@hotmail.com writes:

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.

Oh dear, where's my brown paper bag? :-(

Fixed, thanks for the report!

regards, tom lane