Re: minimum Meson version

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: minimum Meson version
Date: 2025-06-22 13:12:15
Message-ID: 2a8cf588-3bd8-4d96-a4da-89c0616c0cf7@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 19.06.25 14:24, Andres Freund wrote:
>> Along the way, I also found that our meson.build always issues a warning
>> when run on Windows/msvc, which I fixed. (Should probably be backpatched.)
> Agreed. Looks like that came in with bc46104fc9aa

I have committed and backpatched this.

I'll park the rest of the patch set until PG19 opens.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-06-22 13:38:30 Re: pg_recvlogical cannot create slots with failover=true
Previous Message Junwang Zhao 2025-06-22 09:56:15 Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX