Re: pgsql: Remove unneeded defines from pg_config.h.in

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove unneeded defines from pg_config.h.in
Date: 2026-01-05 00:49:26
Message-ID: aVsKluvcsYTIoMG4@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Jan 04, 2026 at 07:41:23PM -0500, Tom Lane wrote:
> This patch is not okay. pg_config.h.in is a generated file and
> hand modifications in it will not do.
>
> If we don't need these symbols anymore, the right fix is to remove
> the probes for these headers in the autoconf and meson scripts.

Oops, sorry for the brain fart. How about the attached? autoreconf
and autoheader seem to be OK with it.
--
Michael

Attachment Content-Type Size
fix_autoconf.patch text/x-diff 1.5 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-01-05 00:52:12 Re: pgsql: Ignore PlaceHolderVars when looking up statistics
Previous Message Tom Lane 2026-01-05 00:41:23 Re: pgsql: Remove unneeded defines from pg_config.h.in