Re: [RFC] building postgres with meson -v8

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RFC] building postgres with meson -v8
Date: 2022-05-11 10:18:58
Message-ID: d4629711-d124-7afd-62b9-7ccd9c9555ed@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-meson-Fix-Perl-include-dir-detection.patch text/plain 1.4 KB
0002-meson-Add-pam-option.patch text/plain 2.5 KB
0003-meson-prereq-Refactor-dtrace-postprocessing-make-rul.patch text/plain 2.6 KB
0004-meson-Add-dtrace-option.patch text/plain 3.3 KB
0005-meson-Add-bonjour-option.patch text/plain 1.4 KB
0006-meson-Add-bsd-auth-option.patch text/plain 1.5 KB
0007-meson-Add-system-tzdata-option.patch text/plain 1.5 KB
0008-meson-Add-krb-srvnam-option.patch text/plain 1.7 KB
0009-meson-Add-extra-version-option.patch text/plain 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2022-05-11 10:25:56 Re: postgres_fdw "parallel_commit" docs
Previous Message Ilya Anfimov 2022-05-11 10:18:04 To add pg_temp schema description to schemas documentation