]> granicus.if.org Git - postgis/commitdiff
Rename legacy_compatibility_layer.sql to legacy_minimal.sql
authorSandro Santilli <strk@keybit.net>
Fri, 16 Mar 2012 12:15:47 +0000 (12:15 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 16 Mar 2012 12:15:47 +0000 (12:15 +0000)
As per http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@9508 b70326c6-7e19-0410-871a-916f4a2858ee

.gitignore
postgis/Makefile.in
postgis/legacy.sql.in.c
postgis/legacy_minimal.sql.in.c [moved from postgis/legacy_compatibility_layer.sql.in.c with 100% similarity]

index d1fc721525633bdc1709f2cd14f3c7444948e3b8..f7ebea375e2ca6bfc29f00129e751f2538780c54 100644 (file)
@@ -64,8 +64,8 @@ macros/ltversion.m4
 *.o
 postgis_config.h
 postgis/Makefile
-postgis/legacy_compatibility_layer.sql
-postgis/legacy_compatibility_layer.sql.in
+postgis/legacy_minimal.sql
+postgis/legacy_minimal.sql.in
 postgis/legacy.sql
 postgis/legacy.sql.in
 postgis/postgis.sql
index 5d47133f2fd268dcbc07047ba27e851cc3f42f90..4c4a7d77a3edff30e3fd9f286951fb7005e45c2e 100644 (file)
@@ -15,11 +15,11 @@ MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
 MODULEDIR=contrib/$(MODULE_big)
 
 # Files to be copied to the contrib/ directory
-DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_compatibility_layer.sql
+DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql
 DATA=../spatial_ref_sys.sql
 
 # SQL objects (files requiring C pre-processing)
-SQL_OBJS=postgis.sql.in legacy.sql.in legacy_compatibility_layer.sql.in 
+SQL_OBJS=postgis.sql.in legacy.sql.in legacy_minimal.sql.in 
 
 # PostgreSQL objects
 PG_OBJS= \
index ecab5444f5a8ec385dda04b5982e4801ad974f01..cb099747e415f5f9fdf119ed26003da6eca804cf 100644 (file)
@@ -1,8 +1,8 @@
 -- $Id$
 -- Legacy functions without chip functions --
--- This is the full list including the legacy_compatibility_layer.sql (minimal)
+-- This is the full list including the legacy_minimal.sql (minimal)
 -- so no need to install both legacy and the minimal 
-#include "legacy_compatibility_layer.sql.in.c"
+#include "legacy_minimal.sql.in.c"
 --- start functions that in theory should never have been used or internal like stuff deprecated
 
 -- these were superceded by PostGIS_AddBBOX , PostGIS_DropBBOX, PostGIS_HasBBOX in 1.5 --