Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Jacob Champion <jchampion(at)timescale(dot)com>, Jelte Fennema <me(at)jeltef(dot)nl>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Align GSS and TLS error handling in PQconnectPoll()
Date: 2023-03-10 01:42:08
Message-ID: ZAqK8Gf7X+42n1HR@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 09, 2023 at 09:51:09AM -0500, Stephen Frost wrote:
> I agree with matching how SSL is handled here and in a review of the
> patch proposed didn't see any issues with it. Seems like it's probably
> something that should also be back-patched and it doesn't look terribly
> risky to do so, is there a specific risk that you see?

Nothing specific per se, just my usual
be-careful-with-slight-behavior-changes-with-libpq-parameters.
Perhaps you are right and there is no actual reason to worry here.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2023-03-10 01:45:02 Re: Sub-millisecond [autovacuum_]vacuum_cost_delay broken
Previous Message Michael Paquier 2023-03-10 01:37:35 Re: pg_dump/pg_restore: Fix stdin/stdout handling of custom format on Win32