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

From Bruce Momjian
Subject Re: unaccent module - two params function should be immutable
Date
Msg-id 20131008164648.GO22450@momjian.us
Whole thread Raw
In response to Re: unaccent module - two params function should be immutable  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: unaccent module - two params function should be immutable  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On Tue, Oct  8, 2013 at 06:38:30PM +0200, Pavel Stehule wrote:
> I am not sure - does pg_upgrade change of flag after upgrade without increasing
> version number?

What happens in pg_upgrade is that the CREATE EXTENSION command is
pg_dump'ed, and run by pg_uprade, and it then pulls from the SQL file to
create the new function signature.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: unaccent module - two params function should be immutable
Next
From: Andrew Dunstan
Date:
Subject: Re: Patch: FORCE_NULL option for copy COPY in CSV mode