Re: pgsql/src/backend/optimizer/prep prepunion.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/optimizer/prep prepunion.c
Date: 2001-11-12 21:29:36
Message-ID: 19486.1005600576@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-11-13 01:14:57 pgsql/doc TODO
Previous Message tgl 2001-11-12 21:04:46 pgsql/ oc/src/sgml/datatype.sgml rc/backend/pa ...