Re: Flex output missing from 9.1a4 tarballs? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Flex output missing from 9.1a4 tarballs?
Date
Msg-id 7525.1300830244@sss.pgh.pa.us
Whole thread Raw
In response to Re: Flex output missing from 9.1a4 tarballs?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Mar 15, 2011 at 10:00 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> FWIW, collations are probably still several days away from being
>> noticeably less broken than they were in alpha4.

> How much less broken are they now?

I think the core code is only locally broken now, with issues like LIKE
index optimization probably not doing the right thing.  The main problem
at this point is probably plpgsql.  To get far with that, we're going to
need to extend the parser's Param interfaces to allow specification of a
collation for a Param.  And SPI too.  (Yay, still another generation of
SPI interfaces that we'll have to support forever...)

So, another couple days minimum before it's reasonable to ship.  At
least if you want stuff like this to work:
http://archives.postgresql.org/message-id/20110314194507.GC13507@huehner.biz
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Deep-Impact"
Date:
Subject: Re: Feature proposal: distinguish each PostgreSQL instance in the event log
Next
From: Greg Stark
Date:
Subject: Re: pgsql: Throw error for indeterminate collation of an ORDER/GROUP/DISTIN