Re: Per-column collation, work in progress - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Per-column collation, work in progress
Date
Msg-id 5956.1287693583@sss.pgh.pa.us
Whole thread Raw
In response to Re: Per-column collation, work in progress  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Per-column collation, work in progress
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Oct 21, 2010 at 4:28 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> TypeName per se is completely inappropriate for use beyond the first
>> stage of parsing, because it requires catalog lookups to make any sense
>> of. �I think the post-parsing representation should still start with a
>> type OID. �I can agree with replacing typmod with a struct, though.

> I think we should have both the type OID and the typmod in the struct.
>  Carrying the type OID separately from the typmod has caused us enough
> heartache already.  No?

I think that that would probably involve a whole lot more notational
busywork than just replacing typmod with something more complicated.
However, we're talking about breaking vast amounts of code in either
case, so maybe making it even vaster isn't a real consideration.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "A.M."
Date:
Subject: Re: Exposing an installation's default value of unix_socket_directory
Next
From: Josh Berkus
Date:
Subject: Re: Per-column collation, work in progress