Tue Dec 12 14:10:25 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Needed PQclear(res2) - per memory leak report by X-Fade
- Next message: [Slony1-commit] By darcyb: Prevent slon from seg faulting when a pid_file is not able to
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove 7.3-specific-isms
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/xxid:
Makefile (r1.20.2.1 -> r1.20.2.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/xxid/Makefile,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -Lsrc/xxid/Makefile -Lsrc/xxid/Makefile -u -w -r1.20.2.1 -r1.20.2.2
--- src/xxid/Makefile
+++ src/xxid/Makefile
@@ -17,10 +17,9 @@
NAME = xxid
-SQL_NAME73 = $(NAME).v73.sql
SQL_NAME74 = $(NAME).v74.sql
SQL_NAME80 = $(NAME).v80.sql
-SQL_NAMES = $(SQL_NAME73) $(SQL_NAME74) $(SQL_NAME80)
+SQL_NAMES = $(SQL_NAME74) $(SQL_NAME80)
SO_OBJS = xxid.o $(WIN32RES)
@@ -28,14 +27,11 @@
$(SO_NAME) \
$(SQL_NAMES) \
-DISTFILES = Makefile xxid.c xxid.v73.sql
+DISTFILES = Makefile xxid.c xxid.v74.sql
all: $(ALL)
-$(SQL_NAME74): $(SQL_NAME73)
- cp $< $@
-
-$(SQL_NAME80): $(SQL_NAME73)
+$(SQL_NAME80): $(SQL_NAME74)
cp $< $@
$(SO_NAME): $(SO_OBJS) $(POSTGRES_IMP)
- Previous message: [Slony1-commit] By cbbrowne: Needed PQclear(res2) - per memory leak report by X-Fade
- Next message: [Slony1-commit] By darcyb: Prevent slon from seg faulting when a pid_file is not able to
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list