Re: meson oddities - Mailing list pgsql-hackers

From Tom Lane
Subject Re: meson oddities
Date
Msg-id 1197537.1668546515@sss.pgh.pa.us
Whole thread Raw
In response to Re: meson oddities  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: meson oddities
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2022-11-15 Tu 14:04, Andres Freund wrote:
>> I don't think it's a virtue to break the layout of the platform by
>> e.g. installing 64bit libs into the directory containing 32bit libs.

> You might end up surprising people who have installed from source for
> years and will have the layout suddenly changed, especially on RedHat
> flavored systems.

Yeah, I'm not too pleased with this idea either.  The people who want
to install according to some platform-specific plan have already figured
out how to do that.  People who are accustomed to the way PG has done
it in the past are not likely to think this is an improvement.     

Also, unless you intend to drop the special cases involving whether
the install path string contains "postgres" or "pgsql", it's already
not platform-standard.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Speed up transaction completion faster after many relations are accessed in a transaction
Next
From: Nathan Bossart
Date:
Subject: Re: allowing for control over SET ROLE