Use less-generic table name in new regression test case.

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

Commit: 1c95f0b478a91b58391720dcda35bc032e582564
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-21T17:18:30Z
Releases: 10.0
Use less-generic table name in new regression test case.

Creating global objects named "foo" isn't an especially wise thing,
but especially not in a test script that has already used that name
for something else, and most especially not in a script that runs
in parallel with other scripts that use that name :-(

Per buildfarm.

Files