Re: Parallel safety tagging of extension functions

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Parallel safety tagging of extension functions
Дата
Msg-id 57581C91.6010506@proxel.se
обсуждение исходный текст
Ответ на Re: Parallel safety tagging of extension functions  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Parallel safety tagging of extension functions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 06/07/2016 05:44 PM, Robert Haas wrote:
> adminpack: Doesn't seem useful.

The case I imagined was if someone would use these functions on the 
result from a slow CTE and would want the CTE to be executed in 
parallel. I have no idea if that is a realistic case, but I rarely use 
adminpack in my own work.

> chkpass: Doesn't seem useful.

Agreed.

> dblink: Isn't changing dblink_fdw_validator pointless?  The others I get.

Yeah, but since it is just one function I think it makes sense to change 
it when we already are bumping the version of the extension. I think it 
makes sense to skip whole extensions, like chkpass or bloom, but if it 
is just a few functions where it does not matter, why not tag them as 
safe? Personally I think the churn which really matters is if we have to 
bump the extension version or not.

Andreas



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Declarative partitioning
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <