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_14_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/c60a58204435277b98af5d3aba945b424a4becb5
Modified Files
--------------
contrib/pgcrypto/expected/pgp-pubkey-session.out | 2 +-
contrib/pgcrypto/px.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)