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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch updates the DDL for contrib/pgcrypto to create all
Date: 2005-07-08 04:27:49
Message-ID: 20050708042749.AA15652A57@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message PostgreSQL Daemon 2005-07-08 15:13:09 pgsql: testing activitymail
Previous Message Neil Conway 2005-07-08 04:12:28 pgsql: Remove some dead code for handling XLOG_DBASE_CREATE_OLD and