pgsql: Follow the rule that regression-test-created roles are named "re

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Follow the rule that regression-test-created roles are named "re
Date: 2019-06-26 03:19:42
Message-ID: E1hfyTG-0003Rj-7R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Follow the rule that regression-test-created roles are named "regress_xxx".

Commit 1c5d9270e had not gotten the word about this. (For previous
context, see 18555b132.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c360477d2e2f65fdea64aa8bc94a6286d0883f7a

Modified Files
--------------
src/test/regress/expected/psql.out | 122 ++++++++++++++++++-------------------
src/test/regress/sql/psql.sql | 8 +--
2 files changed, 65 insertions(+), 65 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-26 04:21:17 Re: pgsql: Drop test user when done with it.
Previous Message Michael Paquier 2019-06-26 01:47:30 pgsql: Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts