Re: Removing obsolete configure checks

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Removing obsolete configure checks
Date: 2022-07-23 03:47:02
Message-ID: CA+hUKGKAmTgbg_hMiGG5T7pkpzOnY1cWFAHYtZXHCpqeC_hCkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 21, 2020 at 7:00 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> wchar.h
>
> All of the above are required by C99 and/or SUSv2, and the configure-using
> buildfarm members are unanimous in reporting that they have them, and
> msvc/Solution.pm expects Windows to have them.

I think the same now applies to <wctype.h>, without gaur. So I
propose the attached. I split it into two patches, because 0001 is
based on scraping build farm configure output, while 0002 is an
educated guess and might finish up needing to be reverted if I'm
wrong.

Attachment Content-Type Size
0001-Remove-configure-probe-for-wctype.h.patch text/x-patch 3.9 KB
0002-Remove-wchar.h-needed-by-some-pre-C99-systems.patch text/x-patch 2.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-07-23 03:49:25 Re: potential memory leak in pg_regcomp()
Previous Message Michael Paquier 2022-07-23 03:29:17 Re: potential memory leak in pg_regcomp()