Re: add warning upon successful md5 password auth - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: add warning upon successful md5 password auth
Date
Msg-id 4ca6339b-f758-4480-b818-075e38d38c33@proxel.se
Whole thread Raw
In response to Re: add warning upon successful md5 password auth  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: add warning upon successful md5 password auth
List pgsql-hackers
On 2/17/26 6:05 PM, Nathan Bossart wrote:
> On Tue, Feb 17, 2026 at 07:08:17AM +0100, Andreas Karlsson wrote:
>> As for the patch itself I think it looks good, but I am not a fan of the
>> test code. Why not simply write like the below?
>>
>>     test_conn($node, 'user=md5_role', 'md5', 0,
>>         log_like =>
>>           [qr/connection authenticated: identity="md5_role" method=md5/],
>>         expected_stderr =>
>>           [qr/authenticated with an MD5-encrypted password/])
> 
> No good reason.  I've updated the patch.

Nice, the patch looks good as-is for me now.

Andreas





pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Having problems generating a code coverage report
Next
From: Peter Geoghegan
Date:
Subject: Re: index prefetching