Use non-conflicting table names in new regression test case.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/updatable_views.out | modified | +18 −18 |
| src/test/regress/sql/updatable_views.sql | modified | +17 −17 |