Ticket #186 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

"make check" should detect which PostgreSQL instance to use from pg_config

Reported by: kneufeld Owned by: pramsey
Priority: low Milestone: PostGIS 1.4.0
Component: postgis Version:
Keywords: Cc:

Description

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.

Change History

Changed 4 years ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Patch in trunk at r4131

Note: See TracTickets for help on using tickets.