pgsql: style: define parameterless functions as foo(void).

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-04-20 21:43:56
Message-ID: E1wEwPL-001um1-1O@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

style: define parameterless functions as foo(void).

Avoids warning in 'update-unicode' build target. Similar to
11171fe1fc.

Discussion: https://postgr.es/m/581a72ff452bb045ba83bbe3c6cf4467702d4f0f.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/59919ec7761fbe0d1592ca73cde1715aee60706e

Modified Files
--------------
src/common/unicode/case_test.c | 2 +-
src/common/unicode/category_test.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-04-20 21:49:23 pgsql: Fix callers of unicode_strtitle() using srclen == -1.
Previous Message Masahiko Sawada 2026-04-20 20:31:22 pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr