CVS User Account cvsuser
Thu Jun 16 15:43:03 PDT 2005
Log Message:
-----------
Added recommendation to use PG 7.4.8, as it resolves a duplicate key
issue in earlier versions.

Added some notes indicating that PG installations for versions < 8.0
need to have server headers installed.  This was in the FAQ, but 
was not noted elsewhere (e.g. - in the "Prerequisites" section).

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        faq.sgml (r1.39 -> r1.40)
        installation.sgml (r1.12 -> r1.13)
        prerequisites.sgml (r1.17 -> r1.18)

-------------- next part --------------
Index: installation.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/installation.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -Ldoc/adminguide/installation.sgml -Ldoc/adminguide/installation.sgml -u -w -r1.12 -r1.13
--- doc/adminguide/installation.sgml
+++ doc/adminguide/installation.sgml
@@ -50,6 +50,7 @@
 various library, binary, and include directories.  For a full list of
 these options, use the command <command>./configure --help</command>
 </para>
+
 </sect2>
 
 <sect2>
Index: prerequisites.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/prerequisites.sgml,v
retrieving revision 1.17
retrieving revision 1.18
diff -Ldoc/adminguide/prerequisites.sgml -Ldoc/adminguide/prerequisites.sgml -u -w -r1.17 -r1.18
--- doc/adminguide/prerequisites.sgml
+++ doc/adminguide/prerequisites.sgml
@@ -63,9 +63,18 @@
 7.2 notes </link>. </para>
 
 <para> Versions of &postgres; prior to 7.4.8 may run into a
-longstanding race condition that leads to problems of <quote>duplicate
-keys</quote>, so you may want to consider upgrades if you are running
-earlier versions.</para>
+longstanding race condition that leads to problems of <link
+linkend="dupkey"> <quote>duplicate keys</quote></link>, so you may
+want to consider upgrades if you are running earlier versions.</para>
+
+<para> If you are running a version of &postgres; earlier
+than 8.0, you need to make sure that server header files were
+installed.  If installing from sources, this is done via the command
+<command>make install-all-headers</command>.  Otherwise, you will
+encounter the <link linkend="missingheaders"> missing headers for
+libpqserver</link> problem described in the FAQ.
+</para>
+
 </listitem>
 
 <listitem><para> GNU packages may be included in the standard
Index: faq.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/faq.sgml,v
retrieving revision 1.39
retrieving revision 1.40
diff -Ldoc/adminguide/faq.sgml -Ldoc/adminguide/faq.sgml -u -w -r1.39 -r1.40
--- doc/adminguide/faq.sgml
+++ doc/adminguide/faq.sgml
@@ -2,7 +2,7 @@
 <qandaset>
 <indexterm><primary> Frequently Asked Questions about &slony1;</primary></indexterm>
 
-<qandaentry>
+<qandaentry id="missingheaders">
 <question><para> I tried building &slony1; 1.1 and got the following
 error message:
 <screen>


More information about the Slony1-commit mailing list