pgsql: pgcrypto: Tweak error message for incorrect session key length - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: pgcrypto: Tweak error message for incorrect session key length
Date
Msg-id E1vrp8s-0012A1-18@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgcrypto: Tweak error message for incorrect session key length

The error message added in 379695d3cc70 referred to the public key being
too long.  This is confusing as it is in fact the session key included
in a PGP message which is too long.  This is harmless, but let's be
precise about what is wrong.

Per offline report.

Reported-by: Zsolt Parragi <zsolt.parragi@percona.com>
Backpatch-through: 14

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7eb4bdfa42ba96b749414cbc6d334b95de85c322

Modified Files
--------------
contrib/pgcrypto/expected/pgp-pubkey-session.out | 2 +-
contrib/pgcrypto/px.c                            | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: pg_mblen_range, pg_mblen_with_len: Valgrind after encoding erepo
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove recovery.signal at recovery end when both signal files ar