1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Fix straggler

contrib/pgcrypto did contain an unedited fall-through marker after all.
This commit is contained in:
Alvaro Herrera
2020-05-12 16:15:55 -04:00
parent 3e9744465d
commit 87c291e29d

View File

@ -169,7 +169,7 @@ pgp_get_keyid(MBuf *pgp_data, char *dst)
break;
case PGP_PKT_SYMENCRYPTED_SESSKEY:
got_symenc_key++;
/* fall through */
/* FALLTHROUGH */
case PGP_PKT_SIGNATURE:
case PGP_PKT_MARKER:
case PGP_PKT_TRUST: