Changeset: da260fd76480 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da260fd76480
Modified Files:
        sql/storage/store.c
Branch: hot-snapshot
Log Message:

Use database name as tarred file prefix rather than "banana"


diffs (12 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -2643,7 +2643,7 @@ store_hot_snapshot(str tarfile)
                goto end; // should already have set a GDK error
        close_stream(plan_stream);
        plan_stream = NULL;
-       r = hot_snapshot_write_tar(tar_stream, "banana", 
buffer_get_buf(plan_buf));
+       r = hot_snapshot_write_tar(tar_stream, GDKgetenv("gdk_dbname"), 
buffer_get_buf(plan_buf));
        if (r != GDK_SUCCEED)
                goto end;
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to