Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.
This repository was archived by the owner on May 12, 2020. It is now read-only.

Default temp directory not deleted on exit #113

@jeremiehuchet

Description

@jeremiehuchet

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions