| From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Florian Pflug <fgp(at)phlo(dot)org>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Range Types, constructors, and the type system |
| Date: | 2011-07-07 03:08:58 |
| Message-ID: | 1310008138.3012.144.camel@jdavis |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 2011-07-06 at 15:14 -0400, Tom Lane wrote:
> > I ran into problems with that before... I think with the I/O functions.
> > I don't think that's a problem here, but I thought I'd ask.
>
> I think it'd probably be all right to do that. The places where you
> might find shortcuts being taken are where functions are called directly
> by C code, such as I/O function calls --- but these constructors should
> only ever get invoked from SQL queries, no?
Perhaps index expressions/predicates as well (which are also fine). I
was more worried about some case that I hadn't thought of.
Regards,
Jeff Davis
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2011-07-07 04:02:07 | 9.2 CF2: 20 days in |
| Previous Message | Noah Misch | 2011-07-07 02:44:55 | Re: Make relation_openrv atomic wrt DDL |