Re: [RFC] building postgres with meson -v7

2022-03-10 Thread Peter Eisentraut
On 09.03.22 17:44, Andres Freund wrote: v6-0009-prereq-make-unicode-targets-work-in-vpath-builds.patch.gz Another directory issue I think it's a tad different, in that it's fixing something that's currently broken in VPATH builds. Ok, I took another look at this. -override CPPFLAGS := -DFRON

Re: [RFC] building postgres with meson -v7

2022-03-09 Thread Andres Freund
Hi, On 2022-03-09 13:37:23 +0100, Peter Eisentraut wrote: > I looked at this today mainly to consider whether some of the prereq > work is ready for adoption now. Thanks! > A lot of the work has to do with > making various scripts write the output to other directories. I > suspect this has som