Changeset: 941792038659 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=941792038659 Modified Files: geom/monetdb5/sfcgal.mal Branch: sfcgal Log Message:
The mal operators signature should only accept the new headless columns diffs (11 lines): diff --git a/geom/monetdb5/sfcgal.mal b/geom/monetdb5/sfcgal.mal --- a/geom/monetdb5/sfcgal.mal +++ b/geom/monetdb5/sfcgal.mal @@ -28,6 +28,6 @@ comment "Triangulates a geometry collect module batgeom; -command triangulate2DZ(geo:bat[:oid,:wkb], flag:int) :bat[ :oid, :wkb] +command triangulate2DZ(geo:bat[:wkb], flag:int) :bat[:wkb] address geom_sfcgal_triangulate2DZ_bat comment "Triangulates a geometry collection"; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
