Re: Parallel safety tagging of extension functions - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Parallel safety tagging of extension functions
Date
Msg-id 5756EE40.8060107@proxel.se
Whole thread Raw
In response to Re: Parallel safety tagging of extension functions  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Parallel safety tagging of extension functions  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
On 06/07/2016 05:44 PM, Robert Haas wrote:
> cube: I think we need a new extension version.
> hstore: Does not apply for me.
> intarray: Does not apply for me.

Those three and ltree, pg_trgm, and seg depend on my patch with fixes 
for the GiST/GIN function signatures in 
https://www.postgresql.org/message-id/574F091A.3050800@proxel.se. The 
reason for the dependency is that I also mark the those functions with 
changed signatures as parallel safe.

If that patch is not going to be applied I can easily fix those 6 
patches to not depend on the function signature patch.

Sorry for not making this dependency clear.

Andreas



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel safety tagging of extension functions
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14155: bloom index error with unlogged table