Changeset: 62adaed49cd1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/62adaed49cd1
Modified Files:
sql/backends/monet5/sql_upgrades.c
Branch: resource_management
Log Message:
Removed incorrect extra argument.
diffs (15 lines):
diff --git a/sql/backends/monet5/sql_upgrades.c
b/sql/backends/monet5/sql_upgrades.c
--- a/sql/backends/monet5/sql_upgrades.c
+++ b/sql/backends/monet5/sql_upgrades.c
@@ -2694,9 +2694,9 @@ sql_update_jun2023(Client c, mvc *sql, s
"create function sys.editdistance2(x
string, y string)\n"
"returns int external name
txtsim.editdistance2;\n"
"grant execute on function
editdistance2(string, string) to public;\n"
- "create function sys.soundex(ctx, x
string)\n"
+ "create function sys.soundex(x
string)\n"
"returns string external name
txtsim.soundex;\n"
- "grant execute on function
soundex(ctx, string) to public;\n"
+ "grant execute on function
soundex(string) to public;\n"
"create function sys.difference(x
string, y string)\n"
"returns int external name
txtsim.stringdiff;\n"
"grant execute on function
difference(string, string) to public;\n"
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]