Re: Report roles in pg_upgrade pg_ prefix check

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-28T23:24:47Z
Lists: pgsql-hackers
On Mon, Nov 28, 2022 at 09:58:46AM +0100, Daniel Gustafsson wrote:
> We are a bit inconsistent in how much details we include in the report
> textfiles, so could do that without breaking any consistency in reporting.
> Looking at other checks, the below format would match what we already do fairly
> well:
> 
> <rolname> (oid=<oid>)
> 
> Done in the attached.

WFM.  Thanks!
--
Michael

Commits

  1. Report incompatible roles in pg_upgrade checking