8000 Fix back-branch breakage from ill-advised last-minute commit. · gsstark/postgres@a0ccae7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0ccae7

Browse files
committed
Fix back-branch breakage from ill-advised last-minute commit.
1 parent fd51c16 commit a0ccae7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/src/sgml/install-win32.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.57.4.2 2010/07/29 19:34:36 petere Exp $ -->
1+
<!-- doc/src/sgml/install-windows.sgml -->
22

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

66
<indexterm>
@@ -56,7 +56,7 @@
5656
binaries are built using <productname>Visual Studio</productname>.
5757
</para>
5858

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

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

437437
</sect1>
438438

439-
<sect1 id="install-win32-libpq">
439+
<sect1 id="install-windows-libpq">
440440
<title>Building <application>libpq</application> with
441441
<productname>Visual C++</productname> or
442442
<productname>Borland C++</productname></title>

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
24602460
<para>
24612461
PostgreSQL can be built using Cygwin, a Linux-like environment for
24622462
Windows, but that method is inferior to the native Windows build
2463-
<![%standalone-ignore[(see <xref linkend="install-win32">)]]> and
2463+
<![%standalone-ignore[(see <xref linkend="install-windows">)]]> and
24642464
is no longer recommended.
24652465
</para>
24662466

@@ -2711,7 +2711,7 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
27112711
The MinGW build variant uses the normal build system described in
27122712
this chapter; the Visual C++ build works completely differently
27132713
and is described in <![%standalone-include[the
2714-
documentation]]><![%standalone-ignore[<xref linkend="install-win32">]]>.
2714+
documentation]]><![%standalone-ignore[<xref linkend="install-windows">]]>.
27152715
It is a fully native build and uses no additional software like
27162716
MinGW. A ready-made installer is available on the main
27172717
PostgreSQL web site.

0 commit comments

Comments
 (0)
0