theseus-rs / postgresql-embedded

Embed PostgreSQL database
Apache License 2.0
68 stars 11 forks source link

fix: create extract_dir on same filesystem as out_dir #58

Closed jcrossley3 closed 5 months ago

jcrossley3 commented 5 months ago

fs::rename will fail if extract_dir and out_dir are on different filesystems. On my Fedora workstation, which mounts /tmp and /home on different filesystems, I get the following error:

Error: Invalid cross-device link (os error 18)
brianheineman commented 5 months ago

@jcrossley3 thanks for the fix

brianheineman commented 5 months ago

@jcrossley3 I released v0.9.1 with this fix.