Thu Nov 26 09:36:23 PST 2009
- Previous message: [Slony1-commit] slony1-www/content news.txt
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv20714/backend
Modified Files:
Tag: REL_2_0_STABLE
slony1_funcs.sql
Log Message:
Bug #103: http://bugs.slony.info/bugzilla/show_bug.cgi?id=103
As observed by Cyril Scetbon, we need to initialize snapshot values to
"1:1:", not "0:0:", as the latter is refused by the snapshot parser.
Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.145.2.23
retrieving revision 1.145.2.24
diff -C2 -d -r1.145.2.23 -r1.145.2.24
*** slony1_funcs.sql 18 Nov 2009 16:48:06 -0000 1.145.2.23
--- slony1_funcs.sql 26 Nov 2009 17:36:21 -0000 1.145.2.24
***************
*** 1434,1438 ****
ssy_snapshot, ssy_action_list)
values (p_set_id, p_backup_node, '0',
! '0:0:', NULL);
end if;
--- 1434,1438 ----
ssy_snapshot, ssy_action_list)
values (p_set_id, p_backup_node, '0',
! '1:1:', NULL);
end if;
***************
*** 2381,2385 ****
ssy_snapshot, ssy_action_list)
values (p_set_id, p_new_origin, '0',
! '0:0:', NULL);
end if;
end if;
--- 2381,2385 ----
ssy_snapshot, ssy_action_list)
values (p_set_id, p_new_origin, '0',
! '1:1:', NULL);
end if;
end if;
***************
*** 2425,2429 ****
ssy_snapshot, ssy_action_list)
values (p_set_id, p_new_origin,
! '0', '0:0:', NULL);
end if;
end if;
--- 2425,2429 ----
ssy_snapshot, ssy_action_list)
values (p_set_id, p_new_origin,
! '0', '1:1:', NULL);
end if;
end if;
- Previous message: [Slony1-commit] slony1-www/content news.txt
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list