Re: Functions Immutable but not parallel safe? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Functions Immutable but not parallel safe?
Date
Msg-id 7479.1491402999@sss.pgh.pa.us
Whole thread Raw
In response to Functions Immutable but not parallel safe?  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Apr 5, 2017 at 8:57 AM, Peter Eisentraut
> <peter.eisentraut@2ndquadrant.com> wrote:
>> - Maybe add a check to opr_sanity to make sure the default set of
>> functions is configured the way we want?

> That seems like a good idea.

+1 for that.  We could adopt the strategy already used in opr_sanity of
searching for functions having an unexpected combination of these
attributes.  If there are any legitimate exceptions, they could be
embedded in the expected output.

I concur that changing the behavior of CREATE FUNCTION seems a bit too
cute.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Arthur Zakirov
Date:
Subject: Re: [PATCH] Generic type subscripting
Next
From: Stephen Frost
Date:
Subject: Re: Rewriting the test of pg_upgrade as a TAP test