Cluster name wasn't properly quoted when processing sequence update, this logic only runs when doing DDL.
Added config change to regression tests to have StudlyCase names to ensure this is noticed in future
Conflicts:
RELEASE
the 2.3 branch.
- Bug 352 :: Issues with PostgreSQL "head" (what shall become 9.5 or so). It is pretty usual for #include files to shift a bit and for functions to change arguments a bit.
+ - Bug 349 :: Issue with quoting of cluster name - only hit when processing DDL
slonik.path=/usr/local/pgsql8.3/bin/slonik
slon.path=/usr/local/pgsql8.3/bin/slon
### slon.loglevel=4
-clustername=disorder_replica
+clustername=Disorder_Replica
slony_dump.path=/usr/local/pgsql8.3/bin/slony1_dump.sh
output.directory=results
slon.path=/usr/local/pgsql8.3/bin/slon
#slonik.path=/usr/local/pgsql8.3/bin/slonik
#slon.path=/usr/local/pgsql8.3/bin/slon
-clustername=slonyregress
+clustername=SlonyRegress
output.directory=results
log4j.conf=conf/log4j.properties
argtypes[1] = INT4OID;
argtypes[2] = INT8OID;
- snprintf(query, 1023, "select %s.sequenceSetValue($1," \
+ snprintf(query, 1023, "select \"%s\".sequenceSetValue($1," \
"$2,NULL,$3,true); ", tg->tg_trigger->tgargs[0]);
plan = SPI_prepare(query, 3, argtypes);
if (plan == NULL)
# This file contains the various sets of possible DB
# configuration defaults/overrides
-CLUSTER1=${CLUSTER1:-"slony_regress1"}
+CLUSTER1=${CLUSTER1:-"Slony_Regress1"}
CLUSTER2=${CLUSTER2:-"slony_regress2"}
CLUSTER3=${CLUSTER3:-"slony_regress3"}