Skip to content
Snippets Groups Projects
Commit 01038d4a authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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.
parent 942702a4
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment