1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Robert Haas
2016-06-14 14:52:55 -04:00
parent 2910fc8239
commit 6b7d11ffda
4 changed files with 28 additions and 13 deletions

View File

@ -1,5 +1,5 @@
# sslinfo extension
comment = 'information about SSL certificates'
default_version = '1.1'
default_version = '1.2'
module_pathname = '$libdir/sslinfo'
relocatable = true