Changeset: 27821a021f00 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27821a021f00
Modified Files:
        sql/backends/monet5/sql_upgrades.c
Branch: linear-hashing
Log Message:

Removed superfluous upgrade.

Can you approve the tests again Sjoerd? :)


diffs (13 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
@@ -2565,9 +2565,6 @@ sql_update_linear_hashing(Client c, mvc 
                        "update sys.functions set system = true where schema_id 
= (select id from sys.schemas where name = 'sys')"
                        " and name = 'queue' and type = %d;\n", (int) F_UNION);
        pos += snprintf(buf + pos, bufsize - pos,
-                       "update sys.functions set system = true where schema_id 
= (select id from sys.schemas where name = 'sys')"
-                       " and name in ('pause', 'resume', 'stop') and type = 
%d;\n", (int) F_PROC);
-       pos += snprintf(buf + pos, bufsize - pos,
                        "update sys._tables set system = true where schema_id = 
(select id from sys.schemas where name = 'sys')"
                        " and name = 'queue';\n");
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to