Re: [PATCH] Remove unused scram_client_key_len and scram_server_key_len fields

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Remove unused scram_client_key_len and scram_server_key_len fields
Date: 2026-08-06 21:45:29
Message-ID: A7C2001B-C54F-4E21-BFF6-965BF508AAEB@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 6 Aug 2026, at 15:15, Matheus Alcantara <matheusssilv97(at)gmail(dot)com> wrote:
>
> On 05/08/26 09:03, Aleksander Alekseev wrote:
>> Hi,
>> I discovered some dead code in libpq. The proposed patch removes it.
>
> Good finding. This is an oversight in 761c79508e7 which implemented the scram pass-through feature.
>
> The patch looks good to me.

Pushed, thanks!

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2026-08-06 21:50:16 Re: [PATCH] vacuum: stop using stream ring after failsafe
Previous Message Bharath Rupireddy 2026-08-06 21:42:29 Re: Optimize UUID parse using SIMD