pgsql: Update sslinfo extension for parallel query. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Update sslinfo extension for parallel query.
Date
Msg-id E1bCtXC-0004fA-2D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Update unaccent extension for parallel query.
Next
From: Robert Haas
Date:
Subject: pgsql: Update uuid-ossp extension for parallel query.