diff options
author | Andres Freund <andres@anarazel.de> | 2022-10-01 12:39:12 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-10-01 12:39:12 -0700 |
commit | d0366bfb3b211b26a997a4220757392a0c153d8d (patch) | |
tree | 6dfe97fe310de90b8fadb234e21ca33d35c3356d /src/backend/access/gist/gistproc.c | |
parent | a9d58bfe8a3ae2254e1553ab76974feeaafa0133 (diff) | |
download | postgresql-d0366bfb3b211b26a997a4220757392a0c153d8d.tar.gz |
meson: windows: Determine path to tmp_install + prefix using meson
Previously some paths (like c:\ or d:/) worked, but plenty others (like
/path/to or //computer/share/path) didn't. As we'd like to change the default
prefix to /usr/local/pgsql, that's a problem.
Instead of trying to do this in meson.build, call out to the implementation
meson install uses. This isn't pretty, but it's more reliable than what we had
before.
Discussion: https://postgr.es/CAEG8a3LGWE-gG6vuddmH91RORhi8gWs0mMB-hcTmP3_NVgM7dg@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions