Re: BUG #19368: f54af9f does not create the correct macro for autotools build

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Masahiko Sawada <sawada.mshk@gmail.com>
Cc: evsi@amazon.com, pgsql-bugs@lists.postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2025-12-31T16:52:21Z
Lists: pgsql-bugs
Masahiko Sawada <sawada.mshk@gmail.com> writes:
> On Wed, Dec 31, 2025 at 7:59 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> This is indeed busted, but I'd argue that the autoconf build has the
>> right macro name and meson and the C code are using the wrong one:

> Agreed. The attached patch should fix the issue.

You beat me to it ;-).  Patch LGTM.

			regards, tom lane