pgcrypto: Code cleanup for decrypt_internal. Remove some unnecessary null-tests, and replace a goto-label construct with an "if" block.
Michael Paquier, reviewed by me. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/370b3a4618c48cb44a1137f47cf1156836cf8a90 Modified Files -------------- contrib/pgcrypto/pgp-pgsql.c | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
