mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Update pgcrypto extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
This commit is contained in:
@ -26,8 +26,8 @@ MODULE_big = pgcrypto
|
||||
OBJS = $(SRCS:.c=.o) $(WIN32RES)
|
||||
|
||||
EXTENSION = pgcrypto
|
||||
DATA = pgcrypto--1.2.sql pgcrypto--1.1--1.2.sql pgcrypto--1.0--1.1.sql \
|
||||
pgcrypto--unpackaged--1.0.sql
|
||||
DATA = pgcrypto--1.3.sql pgcrypto--1.2--1.3.sql pgcrypto--1.1--1.2.sql \
|
||||
pgcrypto--1.0--1.1.sql pgcrypto--unpackaged--1.0.sql
|
||||
PGFILEDESC = "pgcrypto - cryptographic functions"
|
||||
|
||||
REGRESS = init md5 sha1 hmac-md5 hmac-sha1 blowfish rijndael \
|
||||
|
Reference in New Issue
Block a user