pgsql: Fix bogus behavior of PQsslAttribute(conn, "library"). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix bogus behavior of PQsslAttribute(conn, "library").
Date
Msg-id E1oe14s-000BgE-JG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix bogus behavior of PQsslAttribute(conn, "library").

Commit ebc8b7d44 intended to change the behavior of
PQsslAttribute(NULL, "library"), but accidentally also changed
what happens with a non-NULL conn pointer.  Undo that so that
only the intended behavior change happens.  Clarify some
associated documentation.

Per bug #17625 from Heath Lord.  Back-patch to v15.

Discussion: https://postgr.es/m/17625-fc47c78b7d71b534@postgresql.org

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cae4688ce81b8449aa6e1e7bfa384d53520a81fb

Modified Files
--------------
doc/src/sgml/libpq.sgml                  | 36 +++++++++++++++++++-------------
src/interfaces/libpq/fe-secure-openssl.c | 13 +++++++++---
2 files changed, 32 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve wording of log messages triggered by max_slot_wal_keep_s
Next
From: Andres Freund
Date:
Subject: pgsql: ci: Add 32bit build and test