forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f84f03
meson: Make detection of python more robust
Previously we errored out if no python installation could be found (but we didhandle not having enough of python installed to build plpythonagainst). Presumably nobody hit this so far, as python is likely installed dueto meson requiring python.Author: Tristan Partin <tristan@neon.tech>Discussion:https://postgr.es/m/CSPIJVUDZFKX.3KHMOAVGF94RV@c3poBackpatch: 16-, where meson support was added1 parent333f1f6 commit6f84f03
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
| 1059 | + | |
1059 | 1060 |
| |
1060 | 1061 |
| |
1061 | 1062 |
| |
1062 |
| - | |
1063 |
| - | |
1064 |
| - | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
1065 | 1069 |
| |
1066 |
| - | |
1067 |
| - | |
1068 | 1070 |
| |
1069 | 1071 |
| |
1070 | 1072 |
| |
|
0 commit comments
Comments
(0)