Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql: add PYTHONPATH via wrapProgram
Currently `PYTHONPATH` is not set when building PostgreSQL. This results in Python modules not being available within `pl/python3u`. This commit adds `PYTHONPATH` of the supplied `python3` via `wrapProgram`, which is especially useful when supplying a custom Python env.
- Loading branch information