OSDN Git Service

Fix timing-sensitive regression test result I just created :-( --- the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Feb 2010 03:21:25 +0000 (03:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Feb 2010 03:21:25 +0000 (03:21 +0000)
commit98e314550c3264de02daf3686585683a80dc63c6
treeabdea5135e456f84d1a67e1e9728464f1dbaa711
parent70a2b05a59c02464e36d8c9bf23d2eef8502eccd
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.
src/test/regress/expected/cluster.out
src/test/regress/sql/cluster.sql