I wrote:
> I'm quite appalled that this patch has apparently added an entire new run
> of the core regression tests to the standard check-world/buildfarm cycle.
Not only that, but it leaves junk that is neither cleaned by "make clean"
nor .gitignored:
$ git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
primary.dump
results/
standby.dump
$ make clean
rm -rf tmp_check
These files should have been put into the tmp_check directory...
that's what it's for.
regards, tom lane