[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one.

Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5faccab64776376d354decda0017c648bb53 introduced the
shared temp-install.

Branch
--
REL_10_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/937f67800a7d3c30870af7b1115a76f44bc26e78

Modified Files
--
src/interfaces/ecpg/test/Makefile  | 4 ++--
src/test/locale/Makefile   | 1 +
src/test/modules/brin/Makefile | 4 ++--
src/test/modules/commit_ts/Makefile| 2 +-
src/test/modules/test_pg_dump/Makefile | 2 +-
src/test/regress/GNUmakefile   | 4 ++--
6 files changed, 9 insertions(+), 8 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one.

Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5faccab64776376d354decda0017c648bb53 introduced the
shared temp-install.

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/971983f42fe6e8b90490a76a649f0c92905d7d47

Modified Files
--
src/interfaces/ecpg/test/Makefile  | 2 +-
src/test/locale/Makefile   | 1 +
src/test/modules/brin/Makefile | 2 +-
src/test/modules/commit_ts/Makefile| 2 +-
src/test/modules/test_pg_dump/Makefile | 2 +-
src/test/regress/GNUmakefile   | 4 ++--
6 files changed, 7 insertions(+), 6 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one.

Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5faccab64776376d354decda0017c648bb53 introduced the
shared temp-install.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/c66b438db62748000700c9b90b585e756dd54141

Modified Files
--
src/interfaces/ecpg/test/Makefile  | 4 ++--
src/test/locale/Makefile   | 1 +
src/test/modules/brin/Makefile | 4 ++--
src/test/modules/commit_ts/Makefile| 2 +-
src/test/modules/test_pg_dump/Makefile | 2 +-
src/test/regress/GNUmakefile   | 4 ++--
6 files changed, 9 insertions(+), 8 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one.

Makefile.global assigns this prerequisite to every target named "check",
but similar targets must mention it explicitly.  Affected targets
failed, tested $PATH binaries, or tested a stale temporary installation.
The src/test/modules examples worked properly when called as "make -C
src/test/modules/$FOO check", but "make -j" allowed the test to start
before the temporary installation was in place.  Back-patch to 9.5,
where commit dcae5faccab64776376d354decda0017c648bb53 introduced the
shared temp-install.

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/014c5cd8767161995278bc1f4e2fcfb1b703dad1

Modified Files
--
src/interfaces/ecpg/test/Makefile | 2 +-
src/test/locale/Makefile  | 1 +
src/test/modules/brin/Makefile| 2 +-
src/test/regress/GNUmakefile  | 4 ++--
4 files changed, 5 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers