Problems discovered while decompressing PosrgresSQL #647

Closed
opened 2026-01-29 22:15:15 +00:00 by claunia · 4 comments
Owner

Originally created by @Cyaim on GitHub (Jun 11, 2024).

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.

Originally created by @Cyaim on GitHub (Jun 11, 2024). ![image](https://github.com/adamhathcock/sharpcompress/assets/28213262/639dc3a8-98c5-4ca3-97df-9212ee14f1d4) After using this code to decompress 7z, it was found that the database could not be started. ![image](https://github.com/adamhathcock/sharpcompress/assets/28213262/f3c9daf8-e85f-4437-8e98-2cdab49edf8b) 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.
claunia added the bugup for grabs labels 2026-01-29 22:15:15 +00:00
Author
Owner

@adamhathcock commented on GitHub (Jun 18, 2024):

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

@adamhathcock commented on GitHub (Jun 18, 2024): Empty directories missing are a known bug. This should be fixed
Author
Owner

@alexprabhat99 commented on GitHub (Jul 12, 2024):

@adamhathcock Can I take this up?

@alexprabhat99 commented on GitHub (Jul 12, 2024): @adamhathcock Can I take this up?
Author
Owner

@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.

@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.
Author
Owner

@alexprabhat99 commented on GitHub (Jul 16, 2024):

@adamhathcock Please check out PR #857 as a potential fix for the above issue.

@alexprabhat99 commented on GitHub (Jul 16, 2024): @adamhathcock Please check out PR #857 as a potential fix for the above issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#647