pgsql: When you do "ARRAY[...]::domain", where domain is a domain over

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When you do "ARRAY[...]::domain", where domain is a domain over
Date: 2009-11-13 16:09:10
Message-ID: 20091113160910.991C4753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When you do "ARRAY[...]::domain", where domain is a domain over an array type,
we need to check domain constraints. We used to do it correctly, but 8.4
introduced a separate code path for the "ARRAY[]::arraytype" case to infer
the type of an empty ARRAY construct from the cast target, and forgot to take
domains into account.

Per report from Florian G. Pflug.

Modified Files:
--------------
pgsql/src/backend/parser:
parse_expr.c (r1.248 -> r1.249)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_expr.c?r1=1.248&r2=1.249)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-11-13 16:09:20 pgsql: When you do "ARRAY[...]::domain", where domain is a domain over
Previous Message User Mkz 2009-11-13 14:59:11 pgbouncer - pgbouncer: win32: allow user to override service account