]> granicus.if.org Git - postgis/commitdiff
fixed postgis_gist_joinsel definition for PG73
authorSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 11:55:43 +0000 (11:55 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 7 Jan 2005 11:55:43 +0000 (11:55 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1249 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index d93826e4817164fcf9f6a48ac5daf7e6e4852d33..652891ba9cb1873c3468621b167930db8f128e12 100644 (file)
@@ -425,6 +425,8 @@ CREATEFUNCTION postgis_gist_sel (internal, oid, internal, int4)
 CREATEFUNCTION postgis_gist_joinsel(oid, oid, int2, opaque, smallint)
 #elif USE_VERSION == 72
 CREATEFUNCTION postgis_gist_joinsel(opaque, oid,  opaque, smallint)
+#elif USE_VERSION == 73
+CREATEFUNCTION postgis_gist_joinsel(internal, oid,  internal)
 #else
 CREATEFUNCTION postgis_gist_joinsel(internal, oid, internal, smallint)
 #endif