BUG #19052: failing to install on Windows if user path contains Chineese/Korean characters - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #19052: failing to install on Windows if user path contains Chineese/Korean characters
Date
Msg-id 19052-f1f73347cf6378b7@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      19052
Logged by:          Nick Zemlyanskiy
Email address:      zemlyanskiy@nanocad.com
PostgreSQL version: 17.5
Operating system:   OS: Windows 10/11 x64 (local admin)
Description:

Error running C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe
-ExecutionPolicy Bypass -Command
"[System.Globalization.CultureInfo]::GetCultures([System.Globalization.CultureTypes]::AllCultures)
| Where-Object { $_.LCID -ne 127 }  | Sort-Object EnglishName |
ForEach-Object { $_.Name + '=' + $_.EnglishName } | Out-File -FilePath
\"C:\Users\ㅂㅂ\AppData\Local\Temp/postgresql_installer_06853c8c76/locales.txt\"
-Encoding UTF8": Out-File : Cannot perform operation because the wildcard
path C:\Users\??\AppData\Local\Temp/postgresql_installer_06853
c8c76/locales.txt did not resolve to a file.
At line:1 char:215
+ ... ishName } | Out-File -FilePath "C:\Users\??\AppData\Local\Temp/postgr
...

Request

Please confirm whether this is a known issue with Unicode paths in the
Windows installer.

Provide an official fix/patch or documented installer parameters to force an
ASCII-only temp/output path for locales.txt without changing the Windows
account.

If an updated build is available, we’d be happy to test it.

Best regads,
Nick


pgsql-bugs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Version 17.6 changed how similar works compared to version 17.5
Next
From: PG Bug reporting form
Date:
Subject: BUG #19053: Inconsistent arithmetic regarding TIMESTAMPTZ and INTERVAL