Re: buildfarm + meson - Mailing list pgsql-hackers

From Tom Lane
Subject Re: buildfarm + meson
Date
Msg-id 532474.1678393500@sss.pgh.pa.us
Whole thread Raw
In response to Re: buildfarm + meson  (Andres Freund <andres@anarazel.de>)
Responses Re: buildfarm + meson
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2023-03-09 14:47:36 -0500, Andrew Dunstan wrote:
>> . There appears to be some mismatch in database names (e.g.
>> regression_dblink vs contrib_regression_dblink). That's going to cause some
>> issues with the module that adjusts things for cross version upgrade.

> I guess we can try to do something about that, but the make situation is
> overly complicated. I don't really want to emulate having randomly differing
> database names just because a test is in contrib/ rather than src/.

We could talk about adjusting the behavior on the make side instead,
perhaps, but something needs to be done there eventually.

Having said that, I'm not sure that the first meson-capable buildfarm
version needs to support cross-version-upgrade testing.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Add pretty-printed XML output option
Next
From: Robert Haas
Date:
Subject: Re: allow_in_place_tablespaces vs. pg_basebackup