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/[email protected] 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(-)
