projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29834b
)
Remove orphaned structure member in pgcrypto
author
Michael Paquier
<michael@paquier.xyz>
Wed, 31 Jul 2019 01:18:29 +0000
(10:18 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 31 Jul 2019 01:18:29 +0000
(10:18 +0900)
int_name has never been used for digest lookups since its introduction
in
e94dd6a
.
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/
386C26CB
-628B-4A4C-8879-
D8BF190F2C77
@yesql.se
contrib/pgcrypto/pgp.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/pgp.c
b/contrib/pgcrypto/pgp.c
index 0800fc325d10b1ceefe90461adc3f82a927eca5b..dd8dae1b8459f6ed37bfbd94180fca350c55ca20 100644
(file)
--- a/
contrib/pgcrypto/pgp.c
+++ b/
contrib/pgcrypto/pgp.c
@@
-54,7
+54,6
@@
struct digest_info
{
const char *name;
int code;
- const char *int_name;
};
struct cipher_info