Re: Incorrect comment in be-secure-openssl.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Incorrect comment in be-secure-openssl.c
Дата
Msg-id 20200531065415.GA2008@paquier.xyz
обсуждение исходный текст
Ответ на Re: Incorrect comment in be-secure-openssl.c  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Incorrect comment in be-secure-openssl.c  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, May 29, 2020 at 02:38:53PM +0900, Michael Paquier wrote:
> Indeed, looks good to me.  I'll go fix, ust let's wait and see first
> if others have any comments.

Actually, I was reading again the new sentence, and did not like its
first part.  Here is a rework that looks much better to me:
  * Load hardcoded DH parameters.
  *
- * To prevent problems if the DH parameter files don't even exist, we
- * can load hardcoded DH parameters supplied with the backend.
+ * If DH parameters cannot be loaded from a specified file, we can load
+ * the hardcoded DH parameters supplied with the backend to prevent
+ * problems.

Daniel, is that fine for you?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: OpenSSL 3.0.0 compatibility
Следующее
От: Антон Пацев
Дата:
Сообщение: Proposal: remove string "contains errors; unaffected changes were applied"