Re: Parallel safety tagging of extension functions

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel safety tagging of extension functions
Date: 2016-06-14 10:37:18
Message-ID: 575FDE5E.4060400@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
parallel-contrib-v5-adminpack.patch.gz application/gzip 1.2 KB
parallel-contrib-v5-cube.patch.gz application/gzip 1.3 KB
parallel-contrib-v5-dblink.patch.gz application/gzip 2.1 KB
parallel-contrib-v5-hstore.patch.gz application/gzip 1.9 KB
parallel-contrib-v5-intarray.patch.gz application/gzip 1.6 KB
parallel-contrib-v5-ltree.patch.gz application/gzip 1.7 KB
parallel-contrib-v5-pg_trgm.patch.gz application/gzip 1.1 KB
parallel-contrib-v5-pg_visibility.patch.gz application/gzip 1.1 KB
parallel-contrib-v5-seg.patch.gz application/gzip 1.3 KB
parallel-contrib-v5-sslinfo.patch.gz application/gzip 1.0 KB
parallel-contrib-v5-tablefunc.patch.gz application/gzip 1.2 KB
parallel-contrib-v5-tsearch2.patch.gz application/gzip 4.9 KB
parallel-contrib-v5-unaccent.patch.gz application/gzip 969 bytes
parallel-contrib-v5-uuid-ossp.patch.gz application/gzip 1.0 KB
parallel-contrib-v5-xml2.patch.gz application/gzip 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Karlsson 2016-06-14 10:44:17 Use of CREATE OR REPLACE in bloom--1.0.sql
Previous Message Albe Laurenz 2016-06-14 10:32:13 Re: Using FDW AddForeignUpdateTargets for a hidden pseudo-column