Re: Migrate to autoconf 2.72?

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Migrate to autoconf 2.72?
Date: 2025-12-01 10:42:44
Message-ID: CAJ7c6TPaL-E4804CYhEqw0fwpKkzpxxWAPXcB2RMfXMK9Y+POg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Pavel,

>> No, there is currently no agreed schedule for this.
>
> almost all extensions has not meson support still

Extensions shouldn't necessarily be built using the same build system
as the PG core. I can build PG using Meson and then install a 3rd
party extension using `make install && make installcheck`. In other
words, we can stop supporting Autotools for building the core without
affecting extensions. Unless I'm missing something, of course.

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-12-01 10:46:06 RE: Parallel Apply
Previous Message Dilip Kumar 2025-12-01 10:32:17 Re: Proposal: Conflict log history table for Logical Replication