Re: Documentation missing for PGSSLCRLDIR

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Documentation missing for PGSSLCRLDIR
Date: 2021-06-03 12:08:02
Message-ID: F893F184-C645-4C21-A2BA-583441B7288F@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 3 Jun 2021, at 05:13, Michael Paquier <michael(at)paquier(dot)xyz> wrote:

> I have noticed that the documentation for PGSSLCRLDIR is missing.
> That seems like an oversight in f5465fa.

+1 on applying this.

While looking at this I found another nearby oversight which needs a backport
down to 13 where it was introduced. The PGSSLMAXPROTOCOLVERSION documentation
is linking to the minimum protocol version docs. Fixed in the attached.

--
Daniel Gustafsson https://vmware.com/

Attachment Content-Type Size
0001-Fix-linkend-reference-for-PGSSLMAXPROTOCOLVERSION.patch application/octet-stream 1012 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-06-03 12:16:56 A few source files have the wrong copyright year
Previous Message Dilip Kumar 2021-06-03 11:57:36 Re: Are we missing (void) when return value of fsm_set_and_search is ignored?