pgsql: Report incompatible roles in pg_upgrade checking - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Report incompatible roles in pg_upgrade checking
Date
Msg-id E1p157C-001hMj-Tl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Report incompatible roles in pg_upgrade checking

When checking for roles with a pg_ prefix in <= 9.5 servers, report
all found roles in a text file as how other checks are done instead
of just reporting that they exist. Rolenames are printed with their
Oids to match other reports.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Bruce Momjian <bruce@momjian.us>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/4BB2735C-C347-4CF7-AFB1-8573BE930066@yesql.se

Branch
------
master

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

Modified Files
--------------
src/bin/pg_upgrade/check.c | 39 ++++++++++++++++++++++++++++++++-------
1 file changed, 32 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: fix type alignment for CREATE TABLE in triggers
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Avoid writing in first-person form