pgsql: meson: Make detection of python more robust - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: Make detection of python more robust
Date
Msg-id E1qtv9X-001XnR-3h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Make detection of python more robust

Previously we errored out if no python installation could be found (but we did
handle not having enough of python installed to build plpython
against). Presumably nobody hit this so far, as python is likely installed due
to meson requiring python.

Author: Tristan Partin <tristan@neon.tech>
Discussion: https://postgr.es/m/CSPIJVUDZFKX.3KHMOAVGF94RV@c3po
Backpatch: 16-, where meson support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41da94fd5c7418838ec7c49456b69c462013ea57

Modified Files
--------------
meson.build | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Dodge a compiler bug affecting timetz_zone/timetz_izone.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Make some error strings more generic