From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add tests of the CREATEROLE attribute |
Date: | 2022-01-24 20:34:30 |
Message-ID: | E1nC62o-0001XV-MC@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add tests of the CREATEROLE attribute
The current regression tests do not contain much testing of CREATEROLE.
This patch, extracted from a larger patch set to modify how that
feature works, remedies that omission.
Author: Mark Dilger
Discussion: https://postgr.es/m/D9065DFB-56DB-4E89-A73E-DB8CC2C746C6@enterprisedb.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e9d4001ec592bcc9a3332547cb1b0211e8794f38
Modified Files
--------------
src/test/regress/expected/create_role.out | 145 ++++++++++++++++++++++++++++++
src/test/regress/parallel_schedule | 2 +-
src/test/regress/sql/create_role.sql | 138 ++++++++++++++++++++++++++++
3 files changed, 284 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2022-01-24 21:38:30 | pgsql: Unbreak pg_verifybackup/t/008_untar.pl on msys |
Previous Message | Tom Lane | 2022-01-24 20:34:14 | pgsql: Fix limitations on what SQL commands can be issued to a walsende |