pgsql: pgcrypto: Code cleanup for decrypt_internal.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: pgcrypto: Code cleanup for decrypt_internal.
Дата
Msg-id E1YJ0NL-0003T9-GM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix memory leaks on OOM in ecpg.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix reference-after-free when waiting for another xact due to co