aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-11-13 16:09:20 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-11-13 16:09:20 +0000
commit959af88533cf682a2522a78f99056bc8adf0b58c (patch)
treed0072a5e6637cf55a12444ed6cc601c74ab1c90c /src/backend/access
parent66ad0b3a05fce400dffb5f6f2da2a2e4462897af (diff)
downloadpostgresql-959af88533cf682a2522a78f99056bc8adf0b58c.tar.gz
postgresql-959af88533cf682a2522a78f99056bc8adf0b58c.zip
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.
Diffstat (limited to 'src/backend/access')
0 files changed, 0 insertions, 0 deletions