Re: [PATCH] Fix missing comma in Requires.private with a Make macro

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, fabriziomello(at)gmail(dot)com, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Wolfgang Walther <walther(at)technowledgy(dot)de>
Subject: Re: [PATCH] Fix missing comma in Requires.private with a Make macro
Date: 2025-05-07 22:39:02
Message-ID: 202505072239.iagxn3ywl7is@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-May-07, Tom Lane wrote:

> Apple is still shipping
>
> $ which make
> /usr/bin/make
>
> $ make --version
> GNU Make 3.81

Well, Jacob did say that he tested it with 3.81, so this patch should be
okay. Upping the minimum version can be discussed elsewhere ... or
maybe never, if we end up replacing it wholesale with Meson/ninja.

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-05-07 23:14:48 Improve docs for n_distinct_inherited
Previous Message Tom Lane 2025-05-07 22:35:44 Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X