Tue Jul 7 08:00:05 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slony_logshipper scan.l
- Next message: [Slony1-commit] slony1-engine/src/slony_logshipper scan.l
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slony_logshipper
In directory main.slony.info:/tmp/cvs-serv10023
Modified Files:
Tag: REL_2_0_STABLE
scan.l
Log Message:
Need extra "*cp++ = c;" in 4 places in logshipping scanner.
Per Richard Yen, on mailing list
Index: scan.l
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slony_logshipper/scan.l,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** scan.l 13 May 2008 21:41:59 -0000 1.3
--- scan.l 7 Jul 2009 15:00:02 -0000 1.3.2.1
***************
*** 176,179 ****
--- 176,180 ----
}
*cp++ = c;
+ *cp++ = c;
len+=2;
continue;
***************
*** 192,195 ****
--- 193,197 ----
{
*cp++ = c;
+ *cp++ = c;
len+=2;
continue;
***************
*** 245,248 ****
--- 247,251 ----
}
*cp++ = c;
+ *cp++ = c;
len+=2;
continue;
***************
*** 261,264 ****
--- 264,268 ----
{
*cp++ = c;
+ *cp++ = c;
len+=2;
continue;
- Previous message: [Slony1-commit] slony1-engine/src/slony_logshipper scan.l
- Next message: [Slony1-commit] slony1-engine/src/slony_logshipper scan.l
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list