From 1a1a63a3a5537555899e118648814d75e554e9c3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 23 Sep 2007 07:08:11 +0000 Subject: [PATCH] Fix escaping --- docs/manual/install.tex | 4 ++-- docs/manual/version.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/install.tex b/docs/manual/install.tex index 992a1356..5dd47915 100644 --- a/docs/manual/install.tex +++ b/docs/manual/install.tex @@ -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 diff --git a/docs/manual/version.tex b/docs/manual/version.tex index 89963dfc..eb7f3535 100644 --- a/docs/manual/version.tex +++ b/docs/manual/version.tex @@ -1 +1 @@ -2.2.4 (14 September 2007) +2.2.5 (20 September 2007) -- 2.39.5