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

From Andres Freund
Subject Re: [RFC] building postgres with meson - v10
Date
Msg-id 20220715050837.ls3foqmihvbeqrz3@awork3.anarazel.de
Whole thread Raw
In response to [RFC] building postgres with meson  (Andres Freund <andres@anarazel.de>)
Responses Re: [RFC] building postgres with meson - v10
Re: [RFC] building postgres with meson - v10
List 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

pgsql-hackers by date:

Previous
From: "kuroda.hayato@fujitsu.com"
Date:
Subject: RE: Support load balancing in libpq
Next
From: David Rowley
Date:
Subject: Re: POC: GROUP BY optimization