Thread: pgsql: Update sslinfo extension for parallel query.

pgsql: Update sslinfo extension for parallel query.

From
Robert Haas
Date:
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(-)