]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Nov 2015 21:13:49 +0000 (16:13 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 Nov 2015 21:13:49 +0000 (16:13 -0500)
commitab994cc00ec3e3700b2e62de9777d410fbb6ae84
treef5acafb2ba95106982ee1984f486eddff68efd62
parent44fc25153681f0d3814275926f3c626a3f283cc2
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.

Per discussion, the original name was a bit misleading, and
PQsslAttributeNames() seems more apropos.  It's not quite too late to
change this in 9.5, so let's change it while we can.

Also, make sure that the pointer array is const, not only the pointed-to
strings.

Minor documentation wordsmithing while at it.

Lars Kanis, slight adjustments by me
doc/src/sgml/libpq.sgml
doc/src/sgml/release-9.5.sgml
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-secure-openssl.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-fe.h