mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
6b7d11ffda
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
6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
# sslinfo extension
|
|
comment = 'information about SSL certificates'
|
|
default_version = '1.2'
|
|
module_pathname = '$libdir/sslinfo'
|
|
relocatable = true
|