Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +22 −14 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +10 −3 |
Documentation touched
Discussion
- BUG #17625: In PG15 PQsslAttribute returns different values than PG14 when SSL is not in use for the connection 14 messages · 2022-09-29 → 2022-09-30