]> 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:36:03 +0000 (19:36 +0200)
commitc8213aa949626deb19f098332eded3586624ff59
tree96bcdf3f57692c4338599470a8484fa90391c53d
parent1fe1a04af81de4c659ab2a85e578a6bbd4903035
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