Re: [PATCH] libpq: remove unused PGconn.ssl_handshake_started field

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] libpq: remove unused PGconn.ssl_handshake_started field
Date: 2026-08-11 12:28:52
Message-ID: D8FFE892-7D7E-472D-8B28-58B9F3F1ABFD@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

> I noticed that PGconn.ssl_handshake_started is a write-only field and
> can be safely removed. The patch is attached.

Thanks for the patch and analysis in the commit message, the field is indeed
not used anymore and can be removed. Will fix in a bit.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-08-11 12:31:06 Re: Add PQTRACE env to enable protocol tracing in libpq
Previous Message shveta malik 2026-08-11 12:07:48 Re: Proposal: Conflict log history table for Logical Replication