]> granicus.if.org Git - postgis/commit
Drop the .c suffix of sql files to preprocess
authorSandro Santilli <strk@keybit.net>
Mon, 18 Mar 2013 17:20:18 +0000 (17:20 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 18 Mar 2013 17:20:18 +0000 (17:20 +0000)
commit86a5b32f543bf51ec9eada1b07cb14ed890fa7b2
treeb4fad9ccde44287d1d3e2e5c955c17ba71a920dd
parent27c77a96eb3c3e399a985c8c32c1be051e70c76d
Drop the .c suffix of sql files to preprocess

The suffix was added to make compilers happy about preprocessing,
but invoking cpp directly should be just fine (SQLPP macro)

This is an experimental change under postgis/, if everyone is happy
the same thing will be done for raster/ and topology/

git-svn-id: http://svn.osgeo.org/postgis/trunk@11175 b70326c6-7e19-0410-871a-916f4a2858ee
.gitignore
postgis/Makefile.in
postgis/geography.sql.in [moved from postgis/geography.sql.in.c with 100% similarity]
postgis/legacy.sql.in [moved from postgis/legacy.sql.in.c with 99% similarity]
postgis/legacy_minimal.sql.in [moved from postgis/legacy_minimal.sql.in.c with 100% similarity]
postgis/long_xact.sql.in [moved from postgis/long_xact.sql.in.c with 100% similarity]
postgis/postgis.sql.in [moved from postgis/postgis.sql.in.c with 99% similarity]
postgis/uninstall_geography.sql.in [moved from postgis/uninstall_geography.sql.in.c with 100% similarity]
postgis/uninstall_legacy.sql.in [moved from postgis/uninstall_legacy.sql.in.c with 100% similarity]
postgis/uninstall_long_xact.sql.in [moved from postgis/uninstall_long_xact.sql.in.c with 100% similarity]
postgis/uninstall_sqlmm.sql.in [moved from postgis/uninstall_sqlmm.sql.in.c with 100% similarity]