Re: [PATCH] Remove unused scram_client_key_len and scram_server_key_len fields

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: 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-05 14:23:49
Message-ID: 6CE7EBC7-62F4-4465-A678-6E6A8A2846E5@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 5 Aug 2026, at 14:03, Aleksander Alekseev <aleksander(at)tigerdata(dot)com> wrote:

> I discovered some dead code in libpq. The proposed patch removes it.

Seems reasonable. External code should also not reach into PGconn since it's
subject to change, and searching on Github/Debian codesearch doesn't turn up
any extension violating this. Will apply to master unless objections.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ayoub Kazar 2026-08-05 14:30:21 Re: Add support for label conjunction (&) in SQL/PGQ
Previous Message Mihail Nikalayeu 2026-08-05 13:55:52 Re-read conindid under the referenced table's lock in the RI fast path