pgsql: Fix headerscheck warning.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix headerscheck warning.
Date: 2025-03-18 15:37:55
Message-ID: E1tuZ0t-00378K-1P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix headerscheck warning.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/93731.1742310701@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/549ea06e4217aca10d3a73dc09cf5018c51bc23a

Modified Files
--------------
src/common/unicode/generate-unicode_case_table.pl | 14 --------------
src/common/unicode_case.c | 11 +++++++++++
src/include/common/unicode_case_table.h | 11 -----------
3 files changed, 11 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-03-18 16:01:43 pgsql: aio: Infrastructure for io_method=worker
Previous Message Tom Lane 2025-03-18 15:26:15 Re: pgsql: aio: Add core asynchronous I/O infrastructure