Thu Dec 14 14:31:19 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Remove PG 7.3 components from backend/Makefile
- Next message: [Slony1-commit] By cbbrowne: Missing altertable to drop/re-add replication triggers in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Change error message handling in configure-replication.sh; it was referring to a function from the test bed not included in this script Tags: ---- REL_1_2_STABLE Modified Files: -------------- slony1-engine/tools: configure-replication.sh (r1.1.2.1 -> r1.1.2.2) -------------- next part -------------- Index: configure-replication.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/configure-replication.sh,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -Ltools/configure-replication.sh -Ltools/configure-replication.sh -u -w -r1.1.2.1 -r1.1.2.2 --- tools/configure-replication.sh +++ tools/configure-replication.sh @@ -56,7 +56,7 @@ eval bport=\$PORT${j} if [ -n "${bdb}" -a "${bhost}" -a "${buser}" -a "${bport}" ]; then echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik else - err 3 "No conninfo" + echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik fi fi if [ ${j} -ge ${NUMNODES} ]; then @@ -71,7 +71,7 @@ i=$((${i} +1)) fi else - err 3 "no DB" + echo "no DB" fi done }
- Previous message: [Slony1-commit] By cbbrowne: Remove PG 7.3 components from backend/Makefile
- Next message: [Slony1-commit] By cbbrowne: Missing altertable to drop/re-add replication triggers in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list