Excerpts from Robert Haas's message of jue nov 17 16:25:03 -0300 2011: > On Thu, Nov 17, 2011 at 1:00 PM, Tom Lane <[email protected]> wrote: > > Robert Haas <[email protected]> writes:
> >> - For some reason, we have code that causes procedural language names > >> to be downcased before use. > > > > I think this is a hangover from the fact that CREATE FUNCTION's LANGUAGE > > clause used to insist on the language name being a string literal, and > > of course the lexer didn't case-fold it then. That's been deprecated > > for long enough that we probably don't need to have the extra case-fold > > step anymore. > > OK, great. So the buildfarm broke due to this change, because citext does -- -- Aggregates. -- CREATE FUNCTION citext_smaller(citext, citext) RETURNS citext AS 'MODULE_PATHNAME' LANGUAGE 'C' IMMUTABLE STRICT; CREATE FUNCTION citext_larger(citext, citext) RETURNS citext AS 'MODULE_PATHNAME' LANGUAGE 'C' IMMUTABLE STRICT; -- Álvaro Herrera <[email protected]> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
