[COMMITTERS] pgsql: doc: Remove mentions of server-side CRL and CA file names - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Remove mentions of server-side CRL and CA file names
Date
Msg-id E1dnqYe-0006Zh-TD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Remove mentions of server-side CRL and CA file names

Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default file
names for server-side CRL and CA files, but left them in the docs with a
small note.  This removes the note and the previous default names to
clarify, as well as changes mentions of the file names to make it
clearer that they are configurable.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml  | 8 --------
doc/src/sgml/libpq.sgml   | 4 ++--
doc/src/sgml/runtime.sgml | 8 ++++----
doc/src/sgml/sslinfo.sgml | 2 +-
4 files changed, 7 insertions(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Ensure SIZE_MAX can be used throughout our code.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make [U]INT64CONST safe for use in #if conditions.