Fri Oct 23 08:32:57 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv16986/src/backend
Modified Files:
Tag: REL_2_0_STABLE
slony1_funcs.sql
Log Message:
Missed a fix to insert into sl_setsync; per Cyril Scetbon
Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.21
retrieving revision 1.145.2.22
diff -C2 -d -r1.145.2.21 -r1.145.2.22
*** slony1_funcs.sql 21 Oct 2009 13:06:33 -0000 1.145.2.21
--- slony1_funcs.sql 23 Oct 2009 15:32:55 -0000 1.145.2.22
***************
*** 2424,2429 ****
(ssy_setid, ssy_origin, ssy_seqno,
ssy_snapshot, ssy_action_list)
! values (p_set_id, p_new_origin, '0',
! '0', '0', '0:0:', NULL);
end if;
end if;
--- 2424,2429 ----
(ssy_setid, ssy_origin, ssy_seqno,
ssy_snapshot, ssy_action_list)
! values (p_set_id, p_new_origin,
! '0', '0:0:', NULL);
end if;
end if;
- Previous message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list