| From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: style: define parameterless functions as foo(void). |
| Date: | 2026-03-03 04:15:44 |
| Message-ID: | E1vxHAe-0026lI-1q@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
style: define parameterless functions as foo(void).
Change pg_icu_unicode_version() to pg_icu_unicode_version(void),
introduced by commit af2d4ca191. See commit 9b05e2ec08, which fixed
similar cases.
Author: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/aaEhpwrj1FY/8/7n(at)ip-10-97-1-34(dot)eu-west-3(dot)compute(dot)internal
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/11171fe1fc833c279f78e922c7f4b98c063b932b
Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-03-03 05:23:18 | pgsql: Add support for "exprs" in pg_restore_extended_stats() |
| Previous Message | Tom Lane | 2026-03-02 19:40:59 | pgsql: Fix local-variable shadowing in pg_trgm's printSourceNFA(). |