Skip to content

Commit d49363f

Browse files
committed
Bugfix. Do not delete AQO ML data file after loading into memory.
1 parent 62b3945 commit d49363f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ data_load(const char *filename, deform_record_t callback, void *ctx)
926926
}
927927

928928
FreeFile(file);
929-
unlink(filename);
930929

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

0 commit comments

Comments
 (0)