Changeset: 5829cd063f51 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5829cd063f51
Modified Files:
monetdb5/mal/mal_parser.c
Branch: default
Log Message:
To be fixed after last headless signature is done
diffs (14 lines):
diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c
--- a/monetdb5/mal/mal_parser.c
+++ b/monetdb5/mal/mal_parser.c
@@ -686,6 +686,10 @@ parseTypeId(Client cntxt, int defaultTyp
if (currChar(cntxt) == ':') {
ht = simpleTypeId(cntxt);
kh = typeAlias(cntxt, ht);
+/* After legacy operations have been dropped.
+ if( ht != TYPE_oid)
+ parseError(cntxt, "':oid' expected\n");
+*/
} else
ht = TYPE_any;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list