Tue Feb 28 13:24:12 PST 2006
- Previous message: [Slony1-commit] By darcyb: Fix for Exits without error message if unable to create pid
- Next message: [Slony1-commit] By wieck: Forwarded log entries for cascading must go into the currently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Let it compile and install under FreeBSD
Jan
Modified Files:
--------------
slony1-engine/src/parsestatements:
Makefile (r1.1 -> r1.2)
test-scanner.c (r1.1 -> r1.2)
-------------- next part --------------
Index: test-scanner.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/parsestatements/test-scanner.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/parsestatements/test-scanner.c -Lsrc/parsestatements/test-scanner.c -u -w -r1.1 -r1.2
--- src/parsestatements/test-scanner.c
+++ src/parsestatements/test-scanner.c
@@ -22,4 +22,6 @@
}
START = STMTS[i];
}
+
+ return 0;
}
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/parsestatements/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/parsestatements/Makefile -Lsrc/parsestatements/Makefile -u -w -r1.1 -r1.2
--- src/parsestatements/Makefile
+++ src/parsestatements/Makefile
@@ -15,3 +15,5 @@
cmp ./emptytestresult.log emptytestresult.expected
./test-scanner < ./test_sql.sql > test_sql.log
cmp ./test_sql.log ./test_sql.expected
\ No newline at end of file
+
+install:
- Previous message: [Slony1-commit] By darcyb: Fix for Exits without error message if unable to create pid
- Next message: [Slony1-commit] By wieck: Forwarded log entries for cascading must go into the currently
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list