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 <[email protected]> Reviewed-by: Bruce Momjian <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
