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

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql: This patch updates the DDL for contrib/pgcrypto to create all
Дата
Msg-id 20050708042749.AA15652A57@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/contrib/pgcrypto:
        pgcrypto.sql.in (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgcrypto.sql.in.diff?r1=1.9&r2=1.10)

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

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Следующее
От: pgsql@svr1.postgresql.org (PostgreSQL Daemon)
Дата:
Сообщение: pgsql: testing activitymail