Wed May 28 12:46:48 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/src/slon cleanup_thread.c remote_listen.c remote_worker.c scheduler.c slon.h
- Next message: [Slony1-commit] slony1-engine/src/slon dbutils.c remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/ducttape
In directory main.slony.info:/tmp/cvs-serv23689/ducttape
Modified Files:
test_2_pgbench.in
Log Message:
Fixed problem where ACCEPT_SET would wait for the corresponding
MOVE_SET or FAILOVER_SET to arrive while holding an exclusive lock
on sl_config_lock, preventing the other remote worker to process
that event.
Jan
Index: test_2_pgbench.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/ducttape/test_2_pgbench.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_2_pgbench.in 11 Apr 2008 18:00:36 -0000 1.6
--- test_2_pgbench.in 28 May 2008 19:46:46 -0000 1.7
***************
*** 175,178 ****
--- 175,181 ----
id = 4, fully qualified name = 'public.history',
comment = 'Table history');
+ set add sequence (set id = 1, origin = 1,
+ id = 5, fully qualified name = 'public.history_seq',
+ comment = 'Sequence history_seq');
}
on error {
- Previous message: [Slony1-commit] slony1-engine/src/slon cleanup_thread.c remote_listen.c remote_worker.c scheduler.c slon.h
- Next message: [Slony1-commit] slony1-engine/src/slon dbutils.c remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list