Thread: pgsql: pgcrypto: Code cleanup for decrypt_internal.

pgsql: pgcrypto: Code cleanup for decrypt_internal.

From
Robert Haas
Date:
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(-)