Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()
Date: 2026-03-03 04:16:32
Message-ID: 4f16a976a8aef234eb31137314d364f3a85efc86.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2026-02-27 at 04:46 +0000, Bertrand Drouvot wrote:
> Hi hackers,
>
> Standard practice in PostgreSQL is to use "foo(void)" instead of
> "foo()", as the
> latter looks like an "old-style" function declaration. 9b05e2ec08a
> did fix
> all the ones reported by -Wstrict-prototypes.
>
> af2d4ca191a4 introduced a new one, this patch fixes it.

Committed, thank you.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2026-03-03 04:30:27 Re: Exploring pass-by-value for small Bitmapset sets
Previous Message Andreas Karlsson 2026-03-03 04:14:55 Re: [BUGFIX] Fix crash due to sizeof bug in RegisterExtensionExplainOption