]> git.sur5r.net Git - bacula/docs/commitdiff
Fix escaping
authorKern Sibbald <kern@sibbald.com>
Sun, 23 Sep 2007 07:08:11 +0000 (07:08 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 23 Sep 2007 07:08:11 +0000 (07:08 +0000)
docs/manual/install.tex
docs/manual/version.tex

index 992a135624009742ab1c98fe61c6752e3adb519c..5dd479158c3f27456edb5fa982cb5a581f52b19b 100644 (file)
@@ -736,7 +736,7 @@ customize your installation.
    SQLite2 is not thread safe.  Batch insert cannot be enabled when using
    SQLite2
 
-   On most systems, PostgreSQL and SQLite3 are thread safe.
+   On most systems, MySQL, PostgreSQL and SQLite3 are thread safe.
 
    To verify that your PostgreSQL is thread safe, you can try this
    (change the path to point to your particular installed libpq.a;
@@ -754,7 +754,7 @@ $ nm /usr/local/lib/libpq.a | grep mutex
 \end{verbatim}
 
    The above example shows a libpq that contains the required function
-   PQputCopyData and is thread enabled (i.e. the pthread_mutex* entries).
+   PQputCopyData and is thread enabled (i.e. the pthread\_mutex* entries).
    If you do not see PQputCopyData, your version of PostgreSQL is too old
    to allow batch insert.  If you do not see the mutex entries, then thread
    support has not been enabled. Our tests indicate you usually need to
index 89963dfcafc147fdb48b7bc4ed42cdd6c84af342..eb7f3535b90d332c00c261b6eb42aec5241ff6fa 100644 (file)
@@ -1 +1 @@
-2.2.4 (14 September 2007)
+2.2.5 (20 September 2007)