Formatting change.

git-svn-id: http://svn.osgeo.org/postgis/trunk@218 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Paul Ramsey 2002-12-05 20:40:55 +00:00
parent 4755b3aeda
commit bf1895790b

View file

@ -62,8 +62,6 @@ CREATE FUNCTION estimate_histogram2d(HISTOGRAM2D,box)
AS '@MODULE_FILENAME@','estimate_histogram2d'
LANGUAGE 'c' with (isstrict);
create function postgisgistcostestimate(opaque,opaque,opaque,opaque,opaque,opaque,opaque,opaque)
RETURNS opaque
AS '@MODULE_FILENAME@','postgisgistcostestimate'