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

From Tom Lane
Subject Re: Parallel safety tagging of extension functions
Date
Msg-id 28832.1464140264@sss.pgh.pa.us
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  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
Andreas Karlsson <andreas@proxel.se> writes:
> Ok, then I can avoid touching all functions which are only called by 
> operator classes, tsearch, pls, fdws, etc. Which also means that there 
> is no need to care about Tom's changes to the signatures of GIN and GiST 
> support functions.

I think as long as you already did the work, we should keep those updates.
I'm not totally convinced by Alexander's argument that those changes pose
a future hazard, but I'm not convinced he's wrong either.  If we're going
to be bumping a lot of contrib module versions anyway, it'd be silly to
take the risk that that's not a problem.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Parallel safety tagging of extension functions
Next
From: Stephen Frost
Date:
Subject: Re: Parallel safety tagging of extension functions