Обсуждение: pgsql: Update sslinfo extension for parallel query.

Поиск
Список
Период
Сортировка

pgsql: Update sslinfo extension for parallel query.

От
Robert Haas
Дата:
Update sslinfo extension for parallel query.

All functions provided by this extension are PARALLEL RESTRICTED,
because they provide information about the connection state.  Parallel
workers don't have this information and therefore these functions
can't be executed in a worker (but they can be present in a query some
other part of which uses parallelism).

Andreas Karlsson

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6b7d11ffda0b51b70978edcb1659cc62aa477f01

Modified Files
--------------
contrib/sslinfo/Makefile              |  2 +-
contrib/sslinfo/sslinfo--1.1--1.2.sql | 15 +++++++++++
contrib/sslinfo/sslinfo--1.1.sql      | 48 -----------------------------------
contrib/sslinfo/sslinfo--1.2.sql      | 48 +++++++++++++++++++++++++++++++++++
contrib/sslinfo/sslinfo.control       |  2 +-
5 files changed, 65 insertions(+), 50 deletions(-)