Tue May 15 09:56:39 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/src/ducttape .cvsignore
- Next message: [Slony1-commit] slony1-engine/src/ducttape test_5_pgbench.in test_5_subscribe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slonik In directory main.slony.info:/tmp/cvs-serv11261 Modified Files: Tag: REL_1_2_STABLE slonik.c Log Message: Holy sh*t ... Slonik's SYNC command never recorded the new seqno in the admin conninfo. No wonder WAIT was behaving a little whacky! Jan Index: slonik.c =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v retrieving revision 1.67.2.8 retrieving revision 1.67.2.9 diff -C2 -d -r1.67.2.8 -r1.67.2.9 *** slonik.c 18 Apr 2007 19:28:27 -0000 1.67.2.8 --- slonik.c 15 May 2007 16:56:37 -0000 1.67.2.9 *************** *** 4235,4239 **** stmt->hdr.script->clustername, stmt->hdr.script->clustername); ! if (db_exec_command((SlonikStmt *) stmt, adminfo1, &query) < 0) { dstring_free(&query); --- 4235,4239 ---- stmt->hdr.script->clustername, stmt->hdr.script->clustername); ! if (db_exec_evcommand((SlonikStmt *) stmt, adminfo1, &query) < 0) { dstring_free(&query);
- Previous message: [Slony1-commit] slony1-engine/src/ducttape .cvsignore
- Next message: [Slony1-commit] slony1-engine/src/ducttape test_5_pgbench.in test_5_subscribe
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list