Fri Feb 18 17:00:15 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: - Add links into the table documentation...
- Next message: [Slony1-commit] By cbbrowne: Docs on setting up STORE PATH entries versus ADMIN CONNINFO
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
replace missing ; to allow remote_worke.c to compile again.
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.73 -> r1.74)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.73 -r1.74
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -282,7 +282,7 @@
wd->workgroup_status = SLON_WG_IDLE;
wd->node = node;
- wd->tab_fqname_size = SLON_MAX_PATH
+ wd->tab_fqname_size = SLON_MAX_PATH;
wd->tab_fqname = (char **)malloc(sizeof(char *) * wd->tab_fqname_size);
memset(wd->tab_fqname, 0, sizeof(char *) * wd->tab_fqname_size);
wd->tab_forward = malloc(wd->tab_fqname_size);
- Previous message: [Slony1-commit] By cbbrowne: - Add links into the table documentation...
- Next message: [Slony1-commit] By cbbrowne: Docs on setting up STORE PATH entries versus ADMIN CONNINFO
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list