Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Very nice. I know we punted typmod on several places because where
> we had conflicting typmod cases in expressions. This seems like a nice
> idea, keep the typmods if they are all the same. Any more places I can
> add to TODO?
UNION and CASE are the only examples where we do type resolution that
way, so they are probably the only ones that have any reason to do
typmod resolution this way ...
regards, tom lane