postgresql/src
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup
The "check" target no longer needs to depend on "all", because it now
runs "install" directly, which in turn depends on "all".  Doing both
will cause problems with parallel make, because two builds will run next
to each other.

Also remove the redirection of the temp-install output into a log file.
This was appropriate when this was done from within pg_regress, but now
it's just a regular make run, and especially with the above changes this
will now take the place of running the "all" target before the test
suites.

problem report by Jeff Janes, patch in part by Michael Paquier
2015-04-29 20:34:22 -04:00
..
backend Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 2015-04-30 00:19:36 +02:00
bin Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
common Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
include Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 2015-04-30 00:19:36 +02:00
interfaces Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
makefiles Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
pl Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
port Fix various typos and grammar errors in comments. 2015-04-26 18:42:31 +02:00
template Remove duplicate specification of -Ae for HP-UX C compiler. 2015-01-13 22:52:11 -05:00
test Introduce replication progress tracking infrastructure. 2015-04-29 19:30:53 +02:00
timezone Update time zone data files to tzdata release 2015a. 2015-01-30 22:45:44 -05:00
tools Enable transforms tests for python 2 on MSVC builds 2015-04-29 13:49:24 -04:00
tutorial Update copyright for 2015 2015-01-06 11:43:47 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
Makefile.shlib Add transforms feature 2015-04-26 10:33:14 -04:00
bcc32.mak
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak