Changeset: f4183c42c0fd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f4183c42c0fd Modified Files: clients/Tests/MAL-signatures_fits_geom.stable.out.int128 clients/Tests/MAL-signatures_geom.stable.out.int128 clients/Tests/MAL-signatures_none.stable.out.int128 Branch: default Log Message:
completed changeset 89504d217d5a: removed PCREselectDef from int128 output of all MAL-signatures_* tests diffs (42 lines): diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 --- a/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 +++ b/clients/Tests/MAL-signatures_fits_geom.stable.out.int128 @@ -51778,10 +51778,6 @@ command pcre.sql2pcre(pat:str,esc:str):s address PCREsql2pcre; comment Convert a SQL like pattern with the given escape character into a PCRE pattern. -command pcre.select(pat:str,strs:bat[:oid,:str]):bat[:oid,:str] -address PCREselectDef; -comment Select tuples based on the pattern - pattern profiler.activate(name:str...):void address CMDactivateProfiler; comment A list of counters to be activated. diff --git a/clients/Tests/MAL-signatures_geom.stable.out.int128 b/clients/Tests/MAL-signatures_geom.stable.out.int128 --- a/clients/Tests/MAL-signatures_geom.stable.out.int128 +++ b/clients/Tests/MAL-signatures_geom.stable.out.int128 @@ -51754,10 +51754,6 @@ command pcre.sql2pcre(pat:str,esc:str):s address PCREsql2pcre; comment Convert a SQL like pattern with the given escape character into a PCRE pattern. -command pcre.select(pat:str,strs:bat[:oid,:str]):bat[:oid,:str] -address PCREselectDef; -comment Select tuples based on the pattern - pattern profiler.activate(name:str...):void address CMDactivateProfiler; comment A list of counters to be activated. diff --git a/clients/Tests/MAL-signatures_none.stable.out.int128 b/clients/Tests/MAL-signatures_none.stable.out.int128 --- a/clients/Tests/MAL-signatures_none.stable.out.int128 +++ b/clients/Tests/MAL-signatures_none.stable.out.int128 @@ -51566,10 +51566,6 @@ command pcre.sql2pcre(pat:str,esc:str):s address PCREsql2pcre; comment Convert a SQL like pattern with the given escape character into a PCRE pattern. -command pcre.select(pat:str,strs:bat[:oid,:str]):bat[:oid,:str] -address PCREselectDef; -comment Select tuples based on the pattern - pattern profiler.activate(name:str...):void address CMDactivateProfiler; comment A list of counters to be activated. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
