]> granicus.if.org Git - postgresql/commit
Use non-conflicting table names in new regression test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jan 2017 00:02:13 +0000 (19:02 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jan 2017 00:02:22 +0000 (19:02 -0500)
commit7fa7bf18e493e130147e62cf7dc33010f164126c
tree19df906992b58bef1bc36cbade7ac4192b089544
parentda4d1c0c15ab9afdfeee8bad9a1a9989b6bd59b5
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.
src/test/regress/expected/updatable_views.out
src/test/regress/sql/updatable_views.sql