BUG #7551: Analyse of array domain types

From: diego_de_lima(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7551: Analyse of array domain types
Date: 2012-09-17 22:58:20
Message-ID: E1TDkGi-000200-9N@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7551
Logged by: Diego de Lima
Email address: diego_de_lima(at)hotmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message andrei 2012-09-17 23:09:33 BUG #7552: where clause gets ignored on one of view fields
Previous Message McGehee, Robert 2012-09-17 21:11:40 Incorrect Sort Using Index Scan