]> granicus.if.org Git - postgresql/commitdiff
doc: remove mention of Windows junction points by pg_upgrade
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2017 17:25:45 +0000 (13:25 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2017 17:25:45 +0000 (13:25 -0400)
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

doc/src/sgml/ref/pgupgrade.sgml

index 8b05b22c986928ad1c8ff73bc0501c4b1797ca89..b4f775ff8e4d20f25db2d271cdaa7ed8b33e58b9 100644 (file)
       <term><option>-k</option></term>
       <term><option>--link</option></term>
       <listitem><para>use hard links instead of copying files to the new
-      cluster (use junction points on Windows)</para></listitem>
+      cluster</para></listitem>
      </varlistentry>
 
      <varlistentry>