#4349 closed defect (fixed)
"make check" should detect which PostgreSQL instance to use from pg_config - Part 2
Reported by: | bowguy | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
From https://trac.osgeo.org/postgis/ticket/186
'Currently "make check" requires createdb, psql, and dropdb to be on the user's path. If more than one instance of PostgreSQL has been installed on a system this is problematic.
configure already detected which PostgreSQL instance to build against ... why not prefix the binaries with BINDIR found in pg_config rather than relying on what may or may not exist in one's PATH.'
Attachments (1)
Change History (4)
by , 6 years ago
Attachment: | topology_path.diff added |
---|
comment:1 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
I ran this on Debian and worked fine. I added the code for MingW but did not test that.