]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename the role in stats_ext to have regress_ prefix
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 31 Aug 2021 17:21:29 +0000 (19:21 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 31 Aug 2021 17:42:14 +0000 (19:42 +0200)
commitbce24d1edbcf9b3034a6976b4fa2c46c5c85e260
tree07275193791eb7e6becff77655bd1c9e11ad02f3
parentb46ff4b50f449e01fd1646c4a65c182e7519a48b
Rename the role in stats_ext to have regress_ prefix

Commit 5be8ce82e8 added a new role to the stats_ext regression suite,
but the role name did not start with regress_ causing failures when
running with ENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS. Fixed by
renaming the role to start with the expected regress_ prefix.

Backpatch-through: 10, same as the new regression test
Discussion: https://postgr.es/m/1F238937-7CC2-4703-A1B1-6DC225B8978A%40enterprisedb.com
src/test/regress/expected/stats_ext.out
src/test/regress/sql/stats_ext.sql