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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use less-generic table name in new regression test case.
Date: 2017-02-21 17:18:41
Message-ID: E1cgE5J-0005iJ-3f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c95f0b478a91b58391720dcda35bc032e582564

Modified Files
--------------
src/test/regress/expected/alter_table.out | 8 ++++----
src/test/regress/sql/alter_table.sql | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-21 17:41:30 pgsql: doc: Update URL for plr
Previous Message Peter Eisentraut 2017-02-21 16:59:36 pgsql: Make more use of castNode()