Update sslinfo extension for parallel query.

Robert Haas <rhaas@postgresql.org>

Commit: 6b7d11ffda0b51b70978edcb1659cc62aa477f01
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-06-14T18:52:55Z
Releases: 9.6.0
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

Files

PathChange+/−
contrib/sslinfo/Makefile modified +1 −1
contrib/sslinfo/sslinfo--1.1--1.2.sql added +15 −0
contrib/sslinfo/sslinfo--1.2.sql (from contrib/sslinfo/sslinfo--1.1.sql) renamed +11 −11
contrib/sslinfo/sslinfo.control modified +1 −1