Re: Report roles in pg_upgrade pg_ prefix check - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Report roles in pg_upgrade pg_ prefix check
Date
Msg-id 0746F296-4C60-4B4C-817A-E48B5C6EA3CB@yesql.se
Whole thread Raw
In response to Re: Report roles in pg_upgrade pg_ prefix check  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
> On 29 Nov 2022, at 00:24, Michael Paquier <michael@paquier.xyz> wrote:
>
> 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!

Took another look at it, and applied it. Thanks!

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: Optimizing Node Files Support
Next
From: Andrew Dunstan
Date:
Subject: Re: Using AF_UNIX sockets always for tests on Windows