]> granicus.if.org Git - postgis/commitdiff
fixed postgis_gist_joinsel signature for PG72
authorSandro Santilli <strk@keybit.net>
Tue, 11 Jan 2005 18:05:59 +0000 (18:05 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 11 Jan 2005 18:05:59 +0000 (18:05 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1280 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 8272648794bfb3b7294c760e70ce2482bb650300..28bfb68f54f52e6b40ca0f38df8b6de4f07316f0 100644 (file)
@@ -416,7 +416,7 @@ CREATEFUNCTION postgis_gist_sel (internal, oid, internal, int4)
        LANGUAGE 'C';
 
 #if USE_VERSION == 72
-CREATEFUNCTION postgis_gist_joinsel(opaque, oid,  opaque, smallint)
+CREATEFUNCTION postgis_gist_joinsel(opaque, oid,  opaque)
 #elif USE_VERSION == 73
 CREATEFUNCTION postgis_gist_joinsel(internal, oid,  internal)
 #else