Changeset: c108c2de6a2d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c108c2de6a2d
Modified Files:
        gdk/gdk_bbp.c
Branch: Apr2019
Log Message:

Cleanup: remove old code referring to head columns.


diffs (25 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -3384,20 +3384,8 @@ BBPdiskscan(const char *parent, size_t b
 #else
                                delete = true;
 #endif
-                       } else if (strncmp(p + 1, "priv", 4) != 0 &&
-                                  strncmp(p + 1, "new", 3) != 0 &&
-                                  strncmp(p + 1, "head", 4) != 0 &&
-                                  strncmp(p + 1, "tail", 4) != 0) {
+                       } else if (strncmp(p + 1, "new", 3) != 0) {
                                ok = false;
-                       } else if (strncmp(p + 1, "head", 4) == 0 ||
-                                  strncmp(p + 1, "hheap", 5) == 0 ||
-                                  strncmp(p + 1, "hhash", 5) == 0 ||
-                                  strncmp(p + 1, "himprints", 9) == 0 ||
-                                  strncmp(p + 1, "horderidx", 9) == 0) {
-                               /* head is VOID, so no head, hheap files, and
-                                * we do not support any indexes on the
-                                * head */
-                               delete = true;
                        }
                }
                if (!ok) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to