pgsql: Fix outdated comment after removal of direct SSL fallback

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment after removal of direct SSL fallback
Date: 2024-07-08 09:47:04
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix outdated comment after removal of direct SSL fallback

The option to fall back from direct SSL to negotiated SSL or a
plaintext connection was removed in commit fb5718f35f.

Discussion: https://www.postgresql.org/message-id/[email protected]

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5afebbe529abc896d4a3c5a092427c28f6be21ab

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joel Jacobson 2024-07-08 09:55:28 Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Previous Message Michael Paquier 2024-07-08 08:34:18 Re: pgsql: Add pg_get_acl() to get the ACL for a database object