Re: Corrupted Postgresql Microsoft Binaries

2022-08-29 Thread Adrian Klaver
On 8/29/22 07:50, Hillary Masha wrote: After further investigation, it was determined that the issue was with the length of the path of some subdirectories in the zip file for the new binaries. Windows has a max path length of 260 characters, hence the issue with unzipping. Postgres V 14.3 had

Re: Corrupted Postgresql Microsoft Binaries

2022-08-29 Thread Hillary Masha
After further investigation, it was determined that the issue was with the length of the path of some subdirectories in the zip file for the new binaries. Windows has a max path length of 260 characters, hence the issue with unzipping. Postgres V 14.3 had a max file path length of 226 [image: image

questions about snapshot building logic

2022-08-29 Thread Вадим Самохин
I've read some posts about how snapshots are built (here , here , and here ) and I thought that I understood what's going on -- until I tried that in practice. My postgres ver