]> git.ipfire.org Git - thirdparty/postgresql.git/commit
style: define parameterless functions as foo(void).
authorJeff Davis <jdavis@postgresql.org>
Tue, 3 Mar 2026 04:12:38 +0000 (20:12 -0800)
committerJeff Davis <jdavis@postgresql.org>
Tue, 3 Mar 2026 04:12:38 +0000 (20:12 -0800)
commit11171fe1fc833c279f78e922c7f4b98c063b932b
treeb60f60d1157ff170f72e2e1d53ae056c84954d88
parentcdaa67565867ba443afb66b9e82023d65487dc7c
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.pg@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/aaEhpwrj1FY/8/7n@ip-10-97-1-34.eu-west-3.compute.internal
src/backend/utils/adt/pg_locale.c