projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e97444
)
Fix straggler
author
Alvaro Herrera
<
[email protected]
>
Tue, 12 May 2020 20:15:55 +0000
(16:15 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 12 May 2020 20:15:55 +0000
(16:15 -0400)
contrib/pgcrypto did contain an unedited fall-through marker after all.
contrib/pgcrypto/pgp-info.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/pgp-info.c
b/contrib/pgcrypto/pgp-info.c
index 83dc60486bd98628e9ee0add3623f0b19e60bf83..990073c9dca678366d3b32f49ae79c9a837905f4 100644
(file)
--- a/
contrib/pgcrypto/pgp-info.c
+++ b/
contrib/pgcrypto/pgp-info.c
@@
-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: