pgsql: doc: remove mention of Windows junction points by pg_upgrade

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: remove mention of Windows junction points by pg_upgrade
Date: 2017-06-15 17:25:56
Message-ID: E1dLYWq-0004cQ-QQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove mention of Windows junction points by pg_upgrade

pg_upgrade never used Windows junction points but instead always used
Windows hard links.

Reported-by: Adrian Klaver

Discussion: https://postgr.es/m/6a638c60-90bb-4921-8ee4-5fdad68f8b09@aklaver.com

Backpatch-through: 9.3, where the mention first appeared

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/85f2f543a81aebd1bc214679693c8720ad462fcd

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-06-15 19:04:09 pgsql: Fix low-probability leaks of PGresult objects in the backend.
Previous Message Bruce Momjian 2017-06-15 16:30:13 pgsql: docs: Fix pg_upgrade standby server upgrade docs