pgsql: pgcrypto: report init errors as PXE_CIPHER_INIT

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: pgcrypto: report init errors as PXE_CIPHER_INIT
Дата
Msg-id E1nmxdU-000Gdp-9t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pgcrypto: report init errors as PXE_CIPHER_INIT

Report OpenSSL errors during initialization as PXE_CIPHER_INIT since
that's just what they were, and not generic unknown errors. This also
removes the last users of the generic error, and thus it can be removed.

Discussion: http://postgr.es/m/C89D932C-501E-4473-9750-638CFCD9095E@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0250a167a07d4d2cff932e467d84306cbd3704fe

Modified Files
--------------
contrib/pgcrypto/openssl.c | 4 ++--
contrib/pgcrypto/px.c      | 1 -
contrib/pgcrypto/px.h      | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typo in origin.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Backpatch addition of wait_for_log(), pump_until().