Re: [RFC] building postgres with meson -v8 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [RFC] building postgres with meson -v8
Date
Msg-id d4629711-d124-7afd-62b9-7ccd9c9555ed@enterprisedb.com
Whole thread Raw
In response to Re: [RFC] building postgres with meson -v8  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: [RFC] building postgres with meson -v8  (Andres Freund <andres@anarazel.de>)
Re: [RFC] building postgres with meson -v8  (Andres Freund <andres@anarazel.de>)
Re: [RFC] building postgres with meson -v8  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Re: [RFC] building postgres with meson -v8  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
More patches:

I fixed the Perl detection issue in my macOS environment that I had 
reported a while ago.

Then I added in support for all configure options that had not been 
ported over yet.  Some of these are rather trivial.

After that, these configure options don't have an equivalent yet:

--disable-rpath
--enable-profiling
--disable-thread-safety
--with-libedit-preferred

The first three overlap with meson built-in functionality, so we would 
need to check whether the desired functionality is available somehow.

The last one we probably want to keep somehow; it would need a bit of 
fiddly work.
Attachment

pgsql-hackers by date:

Previous
From: Ilya Anfimov
Date:
Subject: To add pg_temp schema description to schemas documentation
Next
From: Etsuro Fujita
Date:
Subject: Re: postgres_fdw "parallel_commit" docs