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 575FDE5E.4060400@proxel.se
Whole thread Raw
In response to Re: Parallel safety tagging of extension functions  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Parallel safety tagging of extension functions  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 06/07/2016 05:54 PM, Andreas Karlsson wrote:
> 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.

I have rebased all my patches on the current master now (and skipped the
extensions I previously listed).

Andreas

Attachment

pgsql-hackers by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Using FDW AddForeignUpdateTargets for a hidden pseudo-column
Next
From: Andreas Karlsson
Date:
Subject: Use of CREATE OR REPLACE in bloom--1.0.sql