From 498fad5ac8f0ab24f5c723ebea9acc92e31977e6 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 17 Feb 2009 09:50:39 +0000 Subject: [PATCH] ebl comments about usage of PQisthreadsafe git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8458 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/postgresql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index 828cfb84a6..9a380de480 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -170,7 +170,7 @@ db_open_database(JCR *jcr, B_DB *mdb) int errstat; char buf[10], *port; -#ifdef xxx +#ifdef xxx /* require libpq >= 8.2 */ if (!PQisthreadsafe()) { Jmsg(jcr, M_ABORT, 0, _("PostgreSQL configuration problem. " "PostgreSQL library is not thread safe. Cannot continue.\n")); -- 2.39.5