]> granicus.if.org Git - postgresql/commit
Use less-generic table name in new regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Feb 2017 17:18:22 +0000 (12:18 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Feb 2017 17:18:30 +0000 (12:18 -0500)
commit1c95f0b478a91b58391720dcda35bc032e582564
tree6a8f98ee38dbea10b90f7380a46e558d6f5a6b8f
parent38d103763d14baddf3cbfe4b00b501059fc9447f
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.
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql