pgcrypto: Code cleanup for decrypt_internal.

Robert Haas <rhaas@postgresql.org>

Commit: 370b3a4618c48cb44a1137f47cf1156836cf8a90
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-02-04T13:46:32Z
Releases: 9.5.0
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.

Files

PathChange+/−
contrib/pgcrypto/pgp-pgsql.c modified +10 −20