diff options
author | Neil Conway <neilc@samurai.com> | 2005-07-08 04:27:49 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-07-08 04:27:49 +0000 |
commit | 86897f54a87fc2bf699234443d82960d6c7b87a6 (patch) | |
tree | 7ac01dbe18a0f612cc21bce80a52258fb8809231 /src/backend/utils/adt/regexp.c | |
parent | 40ffa1a14c3623e960af08ac57de404b1dc8ff5c (diff) | |
download | postgresql-86897f54a87fc2bf699234443d82960d6c7b87a6.tar.gz postgresql-86897f54a87fc2bf699234443d82960d6c7b87a6.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions