-
- Downloads
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.
Showing
- src/makefiles/pgxs.mk 5 additions, 2 deletionssrc/makefiles/pgxs.mk
- src/pl/plperl/GNUmakefile 4 additions, 2 deletionssrc/pl/plperl/GNUmakefile
- src/pl/plpython/Makefile 4 additions, 2 deletionssrc/pl/plpython/Makefile
- src/pl/tcl/Makefile 4 additions, 2 deletionssrc/pl/tcl/Makefile
- src/test/regress/GNUmakefile 7 additions, 4 deletionssrc/test/regress/GNUmakefile
- src/test/regress/pg_regress.c 31 additions, 12 deletionssrc/test/regress/pg_regress.c
Loading
Please register or sign in to comment