From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Update sslinfo extension for parallel query. |
Date: | 2016-06-14 18:57:58 |
Message-ID: | E1bCtXC-0004fA-2D@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2016-06-14 19:55:07 | pgsql: Update xml2 extension for parallel query. |
Previous Message | Robert Haas | 2016-06-14 17:51:25 | pgsql: Update extensions with GIN/GIST support for parallel query. |