Re: [PATCH] Remove unused scram_client_key_len and scram_server_key_len fields

From: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
To: 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 13:15:39
Message-ID: ea871fec-ee21-445a-8679-d268269d2f31@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Matheus Alcantara
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2026-08-06 13:17:15 Re: [PATCH] Extending FK check skipping on replicas to ADD FK and TRUNCATE
Previous Message Hannu Krosing 2026-08-06 13:10:14 Re: [PATCH] Extending FK check skipping on replicas to ADD FK and TRUNCATE