1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

Replace doc references to install-win32 with install-windows.

Windows is not necessarily 32-bit, any more.

As suggested by Mike Toews.
This commit is contained in:
Robert Haas
2010-09-23 17:44:22 -04:00
parent a959c67cb7
commit 3186560f46
4 changed files with 10 additions and 10 deletions

View File

@@ -2455,7 +2455,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
<para>
PostgreSQL can be built using Cygwin, a Linux-like environment for
Windows, but that method is inferior to the native Windows build
<![%standalone-ignore[(see <xref linkend="install-win32">)]]> and
<![%standalone-ignore[(see <xref linkend="install-windows">)]]> and
is no longer recommended.
</para>
@@ -2706,7 +2706,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
The MinGW build variant uses the normal build system described in
this chapter; the Visual C++ build works completely differently
and is described in <![%standalone-include[the
documentation]]><![%standalone-ignore[<xref linkend="install-win32">]]>.
documentation]]><![%standalone-ignore[<xref linkend="install-windows">]]>.
It is a fully native build and uses no additional software like
MinGW. A ready-made installer is available on the main
PostgreSQL web site.