unaccent module - two params function should be immutable

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>
Subject: unaccent module - two params function should be immutable
Date: 2013-02-19 07:30:29
Message-ID: CAFj8pRDi0LRcmgyvd0ttC9J=VwOxe094fVRG2KTR_AQC86y-wg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

There was a proposal to change flag of function to immutable - should
be used in indexes

CREATE FUNCTION unaccent(regdictionary, text)
RETURNS text
AS 'MODULE_PATHNAME', 'unaccent_dict'
LANGUAGE C STABLE STRICT;

is there any progress?

Regards

Pavel Stehule

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2013-02-19 09:25:52 Re: Call for Google Summer of Code mentors, admins
Previous Message Alvaro Herrera 2013-02-19 04:46:09 Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system