Re: IMMUTABLE and PARALLEL SAFE function markings - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: IMMUTABLE and PARALLEL SAFE function markings
Date
Msg-id 8736rnpa4e.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: IMMUTABLE and PARALLEL SAFE function markings  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: IMMUTABLE and PARALLEL SAFE function markings  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
I'm a bit more concerned by the fact that inlining the function isn't
affecting the parallel safety of the query - the fact that parallel
safety is being checked prior to inlining means that if inlining
*introduces* a parallel hazard, it will go unnoticed?

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: Pluggable Storage - Andres's take
Next
From: Haribabu Kommi
Date:
Subject: Re: Accounting of zero-filled buffers in EXPLAIN (BUFFERS)