Re: Parallel safety tagging of extension functions

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: Parallel safety tagging of extension functions
Дата
Msg-id 57409484.3010109@proxel.se
обсуждение исходный текст
Ответ на Parallel safety tagging of extension functions  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Parallel safety tagging of extension functions  (Michael Paquier <michael.paquier@gmail.com>)
Re: Parallel safety tagging of extension functions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Another question which I thought of is what we should do with functions 
like pg_file_write() in adminpack.

While it is perfectly fine to modify files from the parallel workers, a 
user could get race conditions if he tries to modify the same file 
multiple times. Is this a kind of problem the PARALLEL tagging should 
try to prevent, or is that something we should leave to the user?

Andreas



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Add EXPLAIN (ALL) shorthand
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Parallel safety tagging of extension functions