Re: contrib/pgcrypto functions not IMMUTABLE?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Fuhr <mike@fuhr.org>
Cc: Marko Kreen <marko@l-t.ee>, Russell Smith <mr-russ@pws.com.au>, pgsql-hackers@postgresql.org
Date: 2005-07-04T04:43:43Z
Lists: pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> OK.  Does anybody else have thoughts on removing the PG_ARGISNULL()
> checks?  Neil suggests removing them because they'd be unnecessary,
> but I'm concerned about people who'd use the new code with old
> catalog entries that aren't STRICT (e.g., restored from a dump).

I concur with leaving them in for awhile.  They aren't all that
expensive ...

			regards, tom lane