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-0003Rn-80@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".

contrib/amcheck didn't get the memo either.

Branch
------
REL_11_STABLE

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

Modified Files
--------------
contrib/amcheck/expected/check_btree.out | 18 +++++++++---------
contrib/amcheck/sql/check_btree.sql | 18 +++++++++---------
2 files changed, 18 insertions(+), 18 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