Thu Dec 14 14:30:26 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Fix to slon conf file parser (conf-file.l) per Jeff Davis.
- Next message: [Slony1-commit] By cbbrowne: Change error message handling in configure-replication.sh;
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Remove PG 7.3 components from backend/Makefile
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/backend:
Makefile (r1.22 -> r1.22.2.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/Makefile,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -Lsrc/backend/Makefile -Lsrc/backend/Makefile -u -w -r1.22 -r1.22.2.1
--- src/backend/Makefile
+++ src/backend/Makefile
@@ -21,8 +21,6 @@
BASE_COMMON = slony1_base.sql
FUNCS_COMMON = slony1_funcs.sql
-BASE_73 = slony1_base.v73.sql
-FUNCS_73 = slony1_funcs.v73.sql
BASE_74 = slony1_base.v74.sql
FUNCS_74 = slony1_funcs.v74.sql
@@ -33,8 +31,6 @@
SQL_NAMES = \
$(BASE_COMMON) \
$(FUNCS_COMMON) \
- $(BASE_73) \
- $(FUNCS_73) \
$(BASE_74) \
$(FUNCS_74) \
$(BASE_80) \
- Previous message: [Slony1-commit] By cbbrowne: Fix to slon conf file parser (conf-file.l) per Jeff Davis.
- Next message: [Slony1-commit] By cbbrowne: Change error message handling in configure-replication.sh;
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list