diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 24 | ||||
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 6 |
2 files changed, 5 insertions, 25 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index d3326ce182b..3c9544cc27c 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -245,8 +245,10 @@ su - postgres <listitem> <para> You need <productname>OpenSSL</productname>, if you want to support - encrypted client connections. The minimum required version is - 0.9.8. + encrypted client connections. <productname>OpenSSL</productname> is + also required for random number generation on platforms that do not + have <filename>/dev/urandom</filename> (except Windows). The minimum + version required is 0.9.8. </para> </listitem> @@ -1112,24 +1114,6 @@ su - postgres </varlistentry> <varlistentry> - <term><option>--disable-strong-random</option></term> - <listitem> - <para> - Allow the build to succeed even if <productname>PostgreSQL</productname> - has no support for strong random numbers on the platform. - A source of random numbers is needed for some authentication - protocols, as well as some routines in the - <xref linkend="pgcrypto"/> - module. <option>--disable-strong-random</option> disables functionality that - requires cryptographically strong random numbers, and substitutes - a weak pseudo-random-number-generator for the generation of - authentication salt values and query cancel keys. It may make - authentication less secure. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--disable-thread-safety</option></term> <listitem> <para> diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 96bcc3a63be..60a85a78981 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -849,7 +849,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <tbody> <row> - <entry morerows="64"><literal>LWLock</literal></entry> + <entry morerows="63"><literal>LWLock</literal></entry> <entry><literal>ShmemIndexLock</literal></entry> <entry>Waiting to find or allocate space in shared memory.</entry> </row> @@ -1035,10 +1035,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser <entry>Waiting to read or update old snapshot control information.</entry> </row> <row> - <entry><literal>BackendRandomLock</literal></entry> - <entry>Waiting to generate a random number.</entry> - </row> - <row> <entry><literal>LogicalRepWorkerLock</literal></entry> <entry>Waiting for action on logical replication worker to finish.</entry> </row> |