|
From: <gi...@ba...> - 2013-02-08 11:35:18
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".
The branch, Branch-5.2 has been updated
via 3ea8d758b9a4999545991bdb79606c5cfe41bbc5 (commit)
from 6fb68c99664f6cbdf7e51515635da0e7471cfb20 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3ea8d758b9a4999545991bdb79606c5cfe41bbc5
Author: Eric Bollengier <er...@ba...>
Date: Fri Feb 8 12:33:20 2013 +0100
Fix update_postgresql_tables 10 to 11
-----------------------------------------------------------------------
Summary of changes:
diff --git a/bacula/updatedb/update_postgresql_tables_10_to_11.in b/bacula/updatedb/update_postgresql_tables_10_to_11.in
index f5df19f..1be8033 100644
--- a/bacula/updatedb/update_postgresql_tables_10_to_11.in
+++ b/bacula/updatedb/update_postgresql_tables_10_to_11.in
@@ -10,7 +10,7 @@ bindir=@POSTGRESQL_BINDIR@
PATH="$bindir:$PATH"
db_name=${db_name:-@db_name@}
-psql -f - -d ${db_name} $* <<END-OF-DATA
+if psql -f - -d ${db_name} $* <<END-OF-DATA
-- The alter table operation can be faster with a big maintenance_work_mem
-- Uncomment and adapt this value to your environment
-- SET maintenance_work_mem = '1GB';
hooks/post-receive
--
Bacula Community source
|