pgsql: Add tests of the CREATEROLE attribute - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add tests of the CREATEROLE attribute
Date
Msg-id E1nC62o-0001XV-MC@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix limitations on what SQL commands can be issued to a walsende
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Unbreak pg_verifybackup/t/008_untar.pl on msys