pgcrypto: Remove static storage class from variables
Daniel Gustafsson <dgustafsson@postgresql.org>
pgcrypto: Remove static storage class from variables Variables p, sp and ep were labeled with static storage class but are all assigned before use so they cannot carry any data across calls. Fix by removing the static label. Also while in there, make the magic variable const as it will never change. Author: Japin Li <japinli@hotmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/ME0P300MB0445096B67ACE8CE25772F00B6F72@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/crypt-md5.c | modified | +6 −6 |
Discussion
- Remove unnecessary static specifier 6 messages · 2025-02-05 → 2025-02-06