This patch updates the DDL for contrib/pgcrypto to create all

Neil Conway <neilc@samurai.com>

Commit: 86897f54a87fc2bf699234443d82960d6c7b87a6
Author: Neil Conway <neilc@samurai.com>
Date: 2005-07-08T04:27:49Z
Releases: 8.1.0
This patch updates the DDL for contrib/pgcrypto to create all
functions as STRICT, and all functions except gen_salt() as IMMUTABLE.
gen_salt() is VOLATILE.

Although the functions are now STRICT, I left their PG_ARGISNULL()
checks in place as a protective measure for users who install the
new code but use old (non-STRICT) catalog entries (e.g., restored
from a dump).  Per recent discussion in pgsql-hackers.

Patch from Michael Fuhr.

Files

PathChange+/−
contrib/pgcrypto/pgcrypto.sql.in modified +14 −14