Обсуждение: pgsql: pgcrypto: Code cleanup for decrypt_internal.

Поиск
Список
Период
Сортировка

pgsql: pgcrypto: Code cleanup for decrypt_internal.

От
Robert Haas
Дата:
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(-)