Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7886afe

Browse files
committed
Bugfix. Do not delete AQO ML data file after loading into memory.
1 parent 29512d9 commit 7886afe

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
@@ -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)