mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 13:44:36 +00:00
Problems discovered while decompressing PosrgresSQL #647
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cyaim on GitHub (Jun 11, 2024).
After using this code to decompress 7z, it was found that the database could not be started.
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 on GitHub (Jun 18, 2024):
Empty directories missing are a known bug. This should be fixed
@alexprabhat99 commented on GitHub (Jul 12, 2024):
@adamhathcock Can I take this up?
@adamhathcock commented on GitHub (Jul 15, 2024):
@alexprabhat99 please do. It should be similar for all formats and probably can be implemented for them all at once.
@alexprabhat99 commented on GitHub (Jul 16, 2024):
@adamhathcock Please check out PR #857 as a potential fix for the above issue.