]> granicus.if.org Git - postgresql/commit
Use less-generic names in matview.sql.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Apr 2016 17:04:17 +0000 (13:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Apr 2016 17:04:17 +0000 (13:04 -0400)
commit4447f0bcb66547708fa977d6b252046e792a7e04
tree9e5eca8fd859d9f7bac48315c91e49c5bdd0b33e
parent8f1911d5e6d5a1e62c860ddb040d664b01c6415c
Use less-generic names in matview.sql.

The original coding of this test used table and view names like "t",
"tv", "foo", etc.  This tended to interfere with doing simple manual
tests in the regression database; not to mention that it posed a
considerable risk of conflict with other regression test scripts.
Prefix these names with "mvtest_" to avoid such conflicts.

Also, change transiently-created role name to be "regress_xxx" per
discussions about being careful with regression-test role creation.
src/test/regress/expected/matview.out
src/test/regress/expected/rules.out
src/test/regress/output/misc.source
src/test/regress/sql/matview.sql