Fix race condition in parallel regression tests. The new plancache test
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Mar 2007 16:11:49 +0000 (16:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Mar 2007 16:11:49 +0000 (16:11 +0000)
commitc4fdfb8de3ab534a8d988f27c5ab0d808e924e22
treee553f2155159bd8e4f6aa0376a5c211381d373e0
parentc9d3b8f5d23c678aff1fc43799326f5c22ba2963
Fix race condition in parallel regression tests.  The new plancache test
was expecting there to be no regular table named 'foo', but it turns out
the rules test transiently creates one, so that plancache would sometimes
fail.  I couldn't reproduce that in quite a few tries here, but several
buildfarm machines have shown the failure.  Fix by renaming plancache's
temp table to something nonconflicting.
src/test/regress/expected/plancache.out
src/test/regress/sql/plancache.sql