Remove unnecessary static specifier
Japin Li <japinli@hotmail.com>
From: Japin Li <japinli@hotmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-02-05T12:30:44Z
Lists: pgsql-hackers
Attachments
- remove-unnecessary-static-specifier.patch (text/x-diff) patch
- (unnamed) (text/plain)
Hi, When reviewing patch [1], I find that the static class specifier is unnecessary for the variables sp and ep in the function px_crypt_md5().
Commits
-
pgcrypto: Remove static storage class from variables
- affd38e55a3c 18.0 landed