Re: [pgsql-patches] minor regression test refactor

2007-01-27 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Attached is a patch that fixes this, by making "bigcheck" and "bigtest" > depend on the "all" target. Along the way, I removed some old Makefile > targets that were just aliases for existing targets, and refactored the > code for setting up the tablespace d

[pgsql-patches] minor regression test refactor

2007-01-27 Thread Neil Conway
I noticed that the "bigcheck" and "bigtest" targets of src/test/regress/GNUMakefile don't have the right dependencies: $ make -C src/test/regress clean bigcheck [...] make: ./pg_regress: Command not found make: *** [bigcheck] Error 127 Attached is a patch that fixes this, by making "bigcheck" and