]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pgcrypto: remove questionmark from error message
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 6 May 2022 12:41:36 +0000 (14:41 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 6 May 2022 12:41:36 +0000 (14:41 +0200)
commitee97d46cdb7e23f8ee98fe22648a1c3c75a80261
tree2f82c6aad9b67c11cdd5df765fab8f3bcc14c92d
parent0250a167a07d4d2cff932e467d84306cbd3704fe
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
contrib/pgcrypto/expected/blowfish_1.out
contrib/pgcrypto/expected/cast5_1.out
contrib/pgcrypto/expected/des_1.out
contrib/pgcrypto/px.c