Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking

Neil Conway <neilc@samurai.com>

Commit: 87a50169d279a1cac5f55917471ddf44acd25b72
Author: Neil Conway <neilc@samurai.com>
Date: 2006-11-10T06:28:29Z
Releases: 8.2.0
Minor code cleanup for pgcrypto: for UDFs declared to be strict, checking
for NULL-ness of function arguments is wasted code.

Files

PathChange+/−
contrib/pgcrypto/pgcrypto.c modified +3 −35
contrib/pgcrypto/pgp-pgsql.c modified +1 −30