Use less-generic table name in new regression test case.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/alter_table.out | modified | +4 −4 |
| src/test/regress/sql/alter_table.sql | modified | +4 −4 |