Skip to content

Commit e91cd95

Browse files
committed
Doc: update or remove dead external links.
Re-point comp.ai.genetic FAQ link to a more stable address. Remove stale links to AIX documentation; we don't really need to tell AIX users how to use their systems. Remove stale links to HP documentation about SSL. We've had to update those twice before, making it increasingly obvious that HP does not intend them to be stable landing points. They're not particularly authoritative, either. (This change effectively reverts bbd3bdb.) Daniel Gustafsson and Álvaro Herrera, per a gripe from Kyotaro Horiguchi. Back-patch, since these links are just as dead in the back branches. Discussion: https://postgr.es/m/20200709.161226.204639179120026914.horikyota.ntt@gmail.com
1 parent 72a16cb commit e91cd95

File tree

4 files changed

+1
-63
lines changed

4 files changed

+1
-63
lines changed

doc/src/sgml/geqo.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<itemizedlist>
272272
<listitem>
273273
<para>
274-
<ulink url="http://www.aip.de/~ast/EvolCompFAQ/">
274+
<ulink url="http://www.faqs.org/faqs/ai-faq/genetic/part1/">
275275
The Hitch-Hiker's Guide to Evolutionary Computation</ulink>, (FAQ for <ulink
276276
url="news://comp.ai.genetic"></ulink>)
277277
</para>

doc/src/sgml/installation.sgml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,62 +2242,6 @@ ERROR: could not load library "/opt/dbs/pgsql/lib/plperl.so": Bad address
22422242
out-of-memory kill is configurable on a system- or process-wide
22432243
basis if this becomes a problem.
22442244
</para>
2245-
2246-
<bibliography>
2247-
<title>References and Resources</title>
2248-
2249-
<biblioentry>
2250-
<biblioset relation="article">
2251-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/lrg_prg_support.htm">Large Program Support</ulink></title>
2252-
</biblioset>
2253-
<biblioset relation="book">
2254-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2255-
</biblioset>
2256-
</biblioentry>
2257-
2258-
<biblioentry>
2259-
<biblioset relation="article">
2260-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/address_space.htm">Program Address Space Overview</ulink></title>
2261-
</biblioset>
2262-
<biblioset relation="book">
2263-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2264-
</biblioset>
2265-
</biblioentry>
2266-
2267-
<biblioentry>
2268-
<biblioset relation="article">
2269-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/resmgmt2.htm">Performance Overview of the Virtual Memory Manager (VMM)</ulink></title>
2270-
</biblioset>
2271-
<biblioset relation="book">
2272-
<title>AIX Documentation: Performance Management Guide</title>
2273-
</biblioset>
2274-
</biblioentry>
2275-
2276-
<biblioentry>
2277-
<biblioset relation="article">
2278-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf7.htm">Page Space Allocation</ulink></title>
2279-
</biblioset>
2280-
<biblioset relation="book">
2281-
<title>AIX Documentation: Performance Management Guide</title>
2282-
</biblioset>
2283-
</biblioentry>
2284-
2285-
<biblioentry>
2286-
<biblioset relation="article">
2287-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf6.htm">Paging-space thresholds tuning</ulink></title>
2288-
</biblioset>
2289-
<biblioset relation="book">
2290-
<title>AIX Documentation: Performance Management Guide</title>
2291-
</biblioset>
2292-
</biblioentry>
2293-
2294-
<biblioentry>
2295-
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
2296-
<publisher>
2297-
<publishername>IBM Redbook</publishername>
2298-
</publisher>
2299-
</biblioentry>
2300-
</bibliography>
23012245
</sect3>
23022246
</sect2>
23032247

doc/src/sgml/libpq.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7916,9 +7916,6 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
79167916
that the <literal>libssl</literal> and/or <literal>libcrypto</literal> libraries
79177917
have been initialized by your application, so that
79187918
<application>libpq</application> will not also initialize those libraries.
7919-
See <ulink
7920-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html"></ulink>
7921-
for details on the SSL API.
79227919
</para>
79237920

79247921
<para>

doc/src/sgml/runtime.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,9 +2257,6 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
22572257
intermediate certificates were created with <literal>v3_ca</literal>
22582258
extensions). Certificate Revocation List (CRL) entries are also
22592259
checked if the parameter <xref linkend="guc-ssl-crl-file"/> is set.
2260-
(See <ulink
2261-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html"></ulink>
2262-
for diagrams showing SSL certificate usage.)
22632260
</para>
22642261

22652262
<para>

0 commit comments

Comments
 (0)