1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Make capitalization of term "OpenSSL" more consistent

This includes code comments and documentation.  No backpatch as this is
cosmetic even if there are documentation changes which are user-facing.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/BB89928E-2BC7-489E-A5E4-6D204B3954CF@yesql.se
This commit is contained in:
Michael Paquier
2018-06-29 09:45:44 +09:00
parent f5545287dc
commit dad5f8a3d5
13 changed files with 17 additions and 17 deletions

View File

@ -293,11 +293,11 @@ $ENV{MSBFLAGS}="/m";
</varlistentry>
<varlistentry>
<term><productname>openssl</productname></term>
<term><productname>OpenSSL</productname></term>
<listitem><para>
Required for SSL support. Binaries can be downloaded from
<ulink url="http://www.slproweb.com/products/Win32OpenSSL.html"></ulink>
or source from <ulink url="http://www.openssl.org"></ulink>.
or source from <ulink url="https://www.openssl.org"></ulink>.
</para></listitem>
</varlistentry>
@ -348,7 +348,7 @@ $ENV{MSBFLAGS}="/m";
<para>
To use a server-side third party library such as <productname>python</productname> or
<productname>openssl</productname>, this library <emphasis>must</emphasis> also be
<productname>OpenSSL</productname>, this library <emphasis>must</emphasis> also be
64-bit. There is no support for loading a 32-bit library in a 64-bit
server. Several of the third party libraries that PostgreSQL supports may
only be available in 32-bit versions, in which case they cannot be used with

View File

@ -1705,7 +1705,7 @@
<para>
This is reportedly possible with some Windows versions of
<application>openssl</application>.
<application>OpenSSL</application>.
</para>
</listitem>

View File

@ -3320,7 +3320,7 @@
<para>
This is reportedly possible with some Windows versions of
<application>openssl</application>.
<application>OpenSSL</application>.
</para>
</listitem>

View File

@ -5661,7 +5661,7 @@
<para>
This is reportedly possible with some Windows versions of
<application>openssl</application>.
<application>OpenSSL</application>.
</para>
</listitem>

View File

@ -808,7 +808,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
<listitem>
<para>
In MSVC builds, handle the case where the <application>openssl</application>
In MSVC builds, handle the case where the <application>OpenSSL</application>
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
</para>
</listitem>

View File

@ -1813,7 +1813,7 @@ UPDATE pg_database SET datallowconn = false WHERE datname = 'template0';
<listitem>
<para>
In MSVC builds, handle the case where the <application>openssl</application>
In MSVC builds, handle the case where the <application>OpenSSL</application>
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
</para>
</listitem>

View File

@ -2065,7 +2065,7 @@ Branch: REL9_4_STABLE [23a2b818f] 2017-08-05 14:56:40 -0700
<listitem>
<para>
In MSVC builds, handle the case where the <application>openssl</application>
In MSVC builds, handle the case where the <application>OpenSSL</application>
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
</para>
</listitem>

View File

@ -2283,7 +2283,7 @@ Branch: REL9_2_STABLE [1188b9b2c] 2017-08-02 15:07:21 -0400
<listitem>
<para>
In MSVC builds, handle the case where the <application>openssl</application>
In MSVC builds, handle the case where the <application>OpenSSL</application>
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
</para>
</listitem>

View File

@ -3308,7 +3308,7 @@ Branch: REL9_3_STABLE [da30fa603] 2017-06-05 20:40:47 -0400
Branch: REL9_2_STABLE [f964a7c5a] 2017-06-05 20:41:01 -0400
-->
<para>
In MSVC builds, handle the case where the <application>openssl</application>
In MSVC builds, handle the case where the <application>OpenSSL</application>
library is not within a <filename>VC</filename> subdirectory (Andrew Dunstan)
</para>
</listitem>