Use just one database connection in the "tablespace" test.

Noah Misch <noah@leadboat.com>

Commit: c4d360d18259690442036c1ee07a899cbe4022a0
Author: Noah Misch <noah@leadboat.com>
Date: 2014-11-12T12:34:07Z
Releases: 9.4.0
Use just one database connection in the "tablespace" test.

On Windows, DROP TABLESPACE has a race condition when run concurrently
with other processes having opened files in the tablespace.  This led to
a rare failure on buildfarm member frogmouth.  Back-patch to 9.4, where
the reconnection was introduced.

Files