]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ah, I finally realize why Magnus wanted to add a --bindir option to
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2006 00:24:04 +0000 (00:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2006 00:24:04 +0000 (00:24 +0000)
commitbc660c423731a3b68fb9c1e61a3ab8812dc8d55d
tree635fde8b69f31637743b6db10fc2a2019af0ac8a
parent9652b79ae417cd10aa611b3cfdc9c8e6225555cc
Ah, I finally realize why Magnus wanted to add a --bindir option to
pg_regress: there's no other way to cope with testing a relocated
installation.  Seems better to call it --psqldir though, since the
only thing we need to find in that case is psql.  It'd be better if
we could use find_other_exec, but that's not happening unless we are
willing to install pg_regress alongside psql, which seems unlikely
to happen.
src/makefiles/pgxs.mk
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c