| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Python installation selection in Meson |
| Date: | 2023-11-28 18:16:29 |
| Message-ID: | 20231128181629.gy2d5c5m2ad4oqmx@awork3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On 2023-11-28 19:02:42 +0100, Peter Eisentraut wrote:
> I noticed that under meson, the selection of the Python installation using
> the 'PYTHON' option doesn't work completely. The 'PYTHON' option determined
> the Python binary that will be used to call the various build support
> programs. But it doesn't affect the Python installation used for PL/Python.
> For that, we need to pass the program determined by the 'PYTHON' option back
> into the find_installation() routine of the python module. (Otherwise,
> find_installation() will just search for an installation on its own.) See
> attached patch. I ran this through Cirrus, seems to work.
Makes sense!
Greetings,
Andres Freund
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alexander Korotkov | 2023-11-28 18:34:22 | Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. |
| Previous Message | Alexander Korotkov | 2023-11-28 18:03:46 | Re: XID formatting and SLRU refactorings |