Re: [RFC] building postgres with meson - v10

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RFC] building postgres with meson - v10
Date: 2022-07-15 05:08:37
Message-ID: 20220715050837.ls3foqmihvbeqrz3@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is v10 of the meson patchset. Lots of small changes, I don't think
anything major. I tried to address most of Peter's feedback for the earlier
patches.

After this I plan to clean up the "export" patch, since that's I think the
next bigger step, and an improvement on its own. The step after will be to
discuss where we want the output of tests to reside, whether the naming scheme
for tests is good etc.

I did try to address Peter's criticism around inconsistency of the added
parameters to perl scripts. I hope it's more consistent now. I used the
opportunity to make src/tools/msvc use the "output directory" parameters,
providing coverage for those paths (and removing a few unnecessary chdirs, but
...).

Greetings,

Andres Freund

Attachment Content-Type Size
v10-0001-prereq-Deal-with-paths-containing-and-spaces-in-.patch text/x-diff 2.0 KB
v10-0002-meson-prereq-psql-Output-dir-and-dependency-gene.patch text/x-diff 3.7 KB
v10-0003-meson-prereq-ecpg-Add-and-use-output-directory-a.patch text/x-diff 4.9 KB
v10-0004-meson-prereq-Move-snowball_create.sql-creation-i.patch text/x-diff 8.8 KB
v10-0005-meson-prereq-Add-output-path-arg-in-generate-lwl.patch text/x-diff 2.3 KB
v10-0006-meson-prereq-generate-errcodes.pl-Accept-output-.patch text/x-diff 3.3 KB
v10-0007-meson-prereq-unicode-Allow-to-specify-output-dir.patch text/x-diff 2.0 KB
v10-0008-meson-prereq-Refactor-dtrace-postprocessing-make.patch text/x-diff 2.7 KB
v10-0009-meson-prereq-Add-outdir-option-to-gen_node_suppo.patch text/x-diff 4.1 KB
v10-0010-meson-prereq-Add-src-tools-gen_versioning_script.patch text/x-diff 1.9 KB
v10-0011-meson-prereq-Refactor-PG_TEST_EXTRA-logic-in-aut.patch text/x-diff 4.0 KB
v10-0012-meson-prereq-Can-we-get-away-with-not-export-all.patch text/x-diff 19.2 KB
v10-0013-meson-prereq-regress-allow-to-specify-director-c.patch text/x-diff 5.1 KB
v10-0014-wip-split-TESTDIR-into-two.patch text/x-diff 5.9 KB
v10-0015-meson-Add-meson-based-buildsystem.patch text/x-diff 360.2 KB
v10-0016-meson-ci-Build-both-with-meson-and-as-before.patch text/x-diff 20.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2022-07-15 05:18:09 Re: POC: GROUP BY optimization
Previous Message kuroda.hayato@fujitsu.com 2022-07-15 04:56:45 RE: Support load balancing in libpq