adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Problems discovered while decompressing PosrgresSQL #851

Open Cyaim opened 3 weeks ago

Cyaim commented 3 weeks ago

image

After using this code to decompress 7z, it was found that the database could not be started.

image

Then I searched for the reason for the inability to start, which was caused by the lack of an empty directory named pgsql_tmp after decompression.

adamhathcock commented 2 weeks ago

Empty directories missing are a known bug. This should be fixed