Thu Mar 15 11:55:36 PDT 2007
- Previous message: [Slony1-commit] slony1-engine RELEASE-1.1.8
- 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/slonik
In directory main.slony.info:/tmp/cvs-serv17836/src/slonik
Modified Files:
Tag: REL_1_1_STABLE
slonik.c
Log Message:
Fix to src/slonik/slonik.c - it wasn't pulling in the right version of
slony1_funcs.?.sql in some cases
Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.42.2.8
retrieving revision 1.42.2.9
diff -C2 -d -r1.42.2.8 -r1.42.2.9
*** slonik.c 28 Feb 2007 22:07:49 -0000 1.42.2.8
--- slonik.c 15 Mar 2007 18:55:34 -0000 1.42.2.9
***************
*** 1867,1874 ****
break;
case 1:
! use_minor = 0;
break;
default:
! use_minor = 0;
printf("%s:%d: Possible unsupported PostgreSQL "
"version %d.%d\n",
--- 1867,1874 ----
break;
case 1:
! use_minor = 1;
break;
default:
! use_minor = 1;
printf("%s:%d: Possible unsupported PostgreSQL "
"version %d.%d\n",
***************
*** 1970,1974 ****
break;
default:
! use_minor = 0;
printf("%s:%d: Possible unsupported PostgreSQL "
"version %d.%d\n",
--- 1970,1974 ----
break;
default:
! use_minor = 1;
printf("%s:%d: Possible unsupported PostgreSQL "
"version %d.%d\n",
- Previous message: [Slony1-commit] slony1-engine RELEASE-1.1.8
- 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