Skip to content

Commit

Permalink
Send postmaster log if isolation check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Jun 18, 2011
1 parent 4828d82 commit dd49c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ sub make_isolation_check

# get the log files and the regression diffs
my @logs = glob("$pgsql/src/test/isolation/log/*.log");
push (@logs,"$installdir/logfile");
unshift(@logs,"$pgsql/src/test/isolation/regression.diffs")
if (-e "$pgsql/src/test/isolation/regression.diffs");
foreach my $logfile (@logs)
Expand Down

0 comments on commit dd49c04

Please sign in to comment.