pgsql: meson: Add prefix=/usr/local/pgsql to default_options

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add prefix=/usr/local/pgsql to default_options
Date: 2022-10-01 19:42:12
Message-ID: E1oeiNI-000TDr-0v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Add prefix=/usr/local/pgsql to default_options

autoconf set PREFIX to /usr/local/pgsql, so using the same default for meson
makes sense. The effect on windows is that installation defaults to installing
to C:/usr/local/pgsql rather than meson's default of C:/, which doesn't seem
perfect, but OK enough.

Signed-off-by: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Author: Junwang Zhao <zhjwpku(at)gmail(dot)com>
Discussion: https://postgr.es/CAEG8a3LGWE-gG6vuddmH91RORhi8gWs0mMB-hcTmP3_NVgM7dg(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1360943d1ac03240fc719a459aed4ad4f9f9b5d4

Modified Files
--------------
meson.build | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-10-01 23:59:33 pgsql: ci: macos: Reduce test concurrency
Previous Message Peter Geoghegan 2022-10-01 16:53:59 Re: pgsql: Avoid improbable PANIC during heap_update.