Re: meson oddities

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andrew Dunstan <andrew@dunslane.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-01-27T10:58:51Z
Lists: pgsql-hackers
On 26.01.23 19:05, Andres Freund wrote:
>> Oh, that is interesting.  In that case, this is not the right patch.  We
>> should proceed with my previous patch in [0] then.
> WFM.
> 
> I still think it'd be slightly more legible if we tested the prefix for
> postgres|pgsql once, rather than do the per-variable .contains() checks on the
> "combined" path.

Ok, committed with that change.




Commits

  1. meson: Fix installation path computation