pgsql: Mark advisory-lock functions as parallel restricted,not paralle

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Mark advisory-lock functions as parallel restricted,not paralle
Дата
Msg-id E1htDLI-00088E-Tj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mark advisory-lock functions as parallel restricted, not parallel unsafe.

There seems no good reason not to allow a parallel leader to execute
these functions.  (The workers still can't, though.  Although the code
would work, any such lock would go away at worker exit, which is not
the documented behavior of advisory locks.)

Discussion: https://postgr.es/m/11847.1564496844@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4886da8327507dddd830786b0c7aaa9cfc480b4b

Modified Files
--------------
src/include/catalog/catversion.h |  2 +-
src/include/catalog/pg_proc.dat  | 42 ++++++++++++++++++++--------------------
2 files changed, 22 insertions(+), 22 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add error codes to some corruption log messages
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Add sort support routine for the inet data type.