mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Update pgcrypto extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# pgcrypto extension
|
||||
comment = 'cryptographic functions'
|
||||
default_version = '1.2'
|
||||
default_version = '1.3'
|
||||
module_pathname = '$libdir/pgcrypto'
|
||||
relocatable = true
|
||||
|
||||
Reference in New Issue
Block a user