Report incompatible roles in pg_upgrade checking

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: c76da690ba141160d23cae715922932b7efa5b23
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-12-02T12:10:21Z
Releases: 16.0
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

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +32 −7

Discussion