Fix timing-sensitive regression test result I just created :-( --- the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 98e314550c3264de02daf3686585683a80dc63c6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-03T03:21:25Z
Releases: 9.0.0
Fix timing-sensitive regression test result I just created :-( --- the
DROP USER at the end of the cluster.sql test could fail, if the temp
table created in the previous session hadn't finished getting dropped.
Unluckily, I didn't see this in several repetitions of the parallel
regression tests, but it's popping up on quite a few buildfarm machines.

Files

PathChange+/−
src/test/regress/expected/cluster.out modified +1 −0
src/test/regress/sql/cluster.sql modified +1 −0