pgsql: pgcrypto: report init errors as PXE_CIPHER_INIT - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pgcrypto: report init errors as PXE_CIPHER_INIT
Date
Msg-id E1nmxdU-000Gdp-9t@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in origin.c
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Backpatch addition of wait_for_log(), pump_until().