Remove unnecessary static specifier

From: Japin Li <japinli(at)hotmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Remove unnecessary static specifier
Date: 2025-02-05 12:30:44
Message-ID: ME0P300MB0445096B67ACE8CE25772F00B6F72@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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().

Attachment Content-Type Size
remove-unnecessary-static-specifier.patch text/x-diff 554 bytes
unknown_filename text/plain 244 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryo Kanbayashi 2025-02-05 12:31:28 [PATCH] Add regression tests of ecpg command notice (error / warning)
Previous Message Tomas Vondra 2025-02-05 12:22:55 Re: should we have a fast-path planning for OLTP starjoins?