Skip to content

Commit 1275c61

Browse files
committed
Bugfix. Do not delete AQO ML data file after loading into memory.
1 parent e814774 commit 1275c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎storage.c

-1
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@ data_load(const char *filename, deform_record_t callback, void *ctx)
927927
}
928928

929929
FreeFile(file);
930-
unlink(filename);
931930

932931
elog(LOG, "[AQO] %ld records loaded from file %s.", num, filename);
933932
return;

0 commit comments

Comments
 (0)