aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-11-13 19:48:20 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2009-11-13 19:48:20 +0000
commit01038d4ad77eec8cdf16a39c69fc902bf30c4072 (patch)
treef7006e01f6bf1398412fb5e4f4a451ce8f0bd550 /src/backend/parser/parse_utilcmd.c
parent942702a496c3c45f5f8205ebd59a2827678bed25 (diff)
downloadpostgresql-01038d4ad77eec8cdf16a39c69fc902bf30c4072.tar.gz
postgresql-01038d4ad77eec8cdf16a39c69fc902bf30c4072.zip
A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,
but the transformed ArrayExpr claimed to have a return type of "domain", even though the domain constraint was only checked by the enclosing CoerceToDomain node. With this fix, the ArrayExpr is correctly labeled with the base type of the domain. Per gripe by Tom Lane.
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
0 files changed, 0 insertions, 0 deletions