pgcrypto volatility and strictness changes

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема pgcrypto volatility and strictness changes
Дата
Msg-id 20050705141950.GA96658@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: pgcrypto volatility and strictness changes  (Neil Conway <neilc@samurai.com>)
Re: pgcrypto volatility and strictness changes  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
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.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Python setof patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch: garbage error strings in libpq