pgsql: Use non-conflicting table names 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 non-conflicting table names in new regression test case.
Date: 2017-01-25 00:02:43
Message-ID: E1cWB2x-0001lS-Do@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use non-conflicting table names in new regression test case.

Commit 587cda35c added a test to updatable_views.sql that created
tables named the same as tables used by the concurrent inherit.sql
script. Unsurprisingly, this results in random failures.
Pick different names.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7fa7bf18e493e130147e62cf7dc33010f164126c

Modified Files
--------------
src/test/regress/expected/updatable_views.out | 36 +++++++++++++--------------
src/test/regress/sql/updatable_views.sql | 34 ++++++++++++-------------
2 files changed, 35 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-01-25 03:03:03 pgsql: Be more aggressive in avoiding tuple conversion.
Previous Message Peter Eisentraut 2017-01-24 22:24:36 Re: [COMMITTERS] pgsql: Add pg_sequence system catalog