unaccent module - two params function should be immutable - Mailing list pgsql-hackers

From Pavel Stehule
Subject unaccent module - two params function should be immutable
Date
Msg-id CAFj8pRDi0LRcmgyvd0ttC9J=VwOxe094fVRG2KTR_AQC86y-wg@mail.gmail.com
Whole thread Raw
Responses Re: unaccent module - two params function should be immutable  (Bruce Momjian <bruce@momjian.us>)
List 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'
LANGUAGEC STABLE STRICT;
 


is there any progress?

Regards

Pavel Stehule



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system
Next
From: Christoph Berg
Date:
Subject: Re: Call for Google Summer of Code mentors, admins