Skip to content

Commit

Permalink
Fix back-branch breakage from ill-advised last-minute commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tglsfdc committed Oct 1, 2010
1 parent fd51c16 commit a0ccae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/src/sgml/install-win32.sgml
@@ -1,6 +1,6 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.57.4.2 2010/07/29 19:34:36 petere Exp $ -->
<!-- doc/src/sgml/install-windows.sgml -->

<chapter id="install-win32">
<chapter id="install-windows">
<title>Installation from Source Code on <productname>Windows</productname></title>

<indexterm>
Expand Down Expand Up @@ -56,7 +56,7 @@
binaries are built using <productname>Visual Studio</productname>.
</para>

<sect1 id="install-win32-full">
<sect1 id="install-windows-full">
<title>Building with <productname>Visual C++</productname> or the
<productname>Platform SDK</productname></title>

Expand Down Expand Up @@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook';

</sect1>

<sect1 id="install-win32-libpq">
<sect1 id="install-windows-libpq">
<title>Building <application>libpq</application> with
<productname>Visual C++</productname> or
<productname>Borland C++</productname></title>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sgml/installation.sgml
Expand Up @@ -2460,7 +2460,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>

Expand Down Expand Up @@ -2711,7 +2711,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.
Expand Down

0 comments on commit a0ccae7

Please sign in to comment.