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)
commit8b29520f40de37007cf668f9d17c94af4947ec7a
treea6274d39264dcc02c63b48ab2b2cead0f1ceac7c
parenta7ff6d30e8bf2af987e66c13fabf594bf583f0e2
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