1
0
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:
Robert Haas
2016-06-09 17:18:14 -04:00
parent 06d7fd6e29
commit 0dbf3ce0e0
4 changed files with 80 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
# pgcrypto extension
comment = 'cryptographic functions'
default_version = '1.2'
default_version = '1.3'
module_pathname = '$libdir/pgcrypto'
relocatable = true