This repository was archived by the owner on May 12, 2020. It is now read-only.
  
  
  
  
  
Description
The default directory where the postgres binary is extracted is not deleted on exit despite of the following line:
File#deleteOnExit() documentation refers to File#delete() and the latter says:
Deletes the file or directory denoted by this abstract pathname. If this pathname denotes a directory, then the directory must be empty in order to be deleted
I expect the temp dir and its content to be deleted on exit. Am I wrong?