Rename legacy_compatibility_layer.sql to legacy_minimal.sql

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
This commit is contained in:
Sandro Santilli 2012-03-16 12:15:47 +00:00
parent a05c53ad59
commit e51e985054
4 changed files with 6 additions and 6 deletions

4
.gitignore vendored
View 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

View 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= \

View 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 --