pgsql: pgcrypto: remove questionmark from error message

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgcrypto: remove questionmark from error message
Date: 2022-05-06 13:04:45
Message-ID: E1nmxdU-000Gds-AP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgcrypto: remove questionmark from error message

The PXE_CIPHER_INIT error is used to report initialization errors, so
appending a questionmark to the error isn't entirely accurate (using a
space before the questionmark doubly so).

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee97d46cdb7e23f8ee98fe22648a1c3c75a80261

Modified Files
--------------
contrib/pgcrypto/expected/blowfish_1.out | 32 ++++++++++++++++----------------
contrib/pgcrypto/expected/cast5_1.out | 20 ++++++++++----------
contrib/pgcrypto/expected/des_1.out | 16 ++++++++--------
contrib/pgcrypto/px.c | 2 +-
4 files changed, 35 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-05-06 13:29:43 Re: pgsql: Backpatch addition of wait_for_log(), pump_until().
Previous Message Michael Paquier 2022-05-06 11:02:20 pgsql: Fix typo in origin.c