From: | Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename the role in stats_ext to have regress_ prefix |
Date: | 2021-08-31 17:41:21 |
Message-ID: | E1mL7lB-0003xx-5S@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/628bc9d13be8c55492aef122c25dbba3b036366d
Modified Files
--------------
src/test/regress/expected/stats_ext.out | 6 +++---
src/test/regress/sql/stats_ext.sql | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2021-08-31 17:41:39 | pgsql: Rename the role in stats_ext to have regress_ prefix |
Previous Message | Tomas Vondra | 2021-08-31 16:46:15 | pgsql: Fix lookup error in extended stats ownership check |