Ynt: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

From: Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Ynt: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11
Date: 2024-05-22 15:38:32
Message-ID: DU0PR10MB71446512593FD951538B1366C0EB2@DU0PR10MB7144.EURPRD10.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello Anders;

Thank you very much for the links. In November 2023, after the cumulative update released by Microsoft, my Postgresql service became inoperable due to the "Turkish" language settings. In order to avoid "language - local" problems in the future, I configure my Postgresql installations as follows:

CREATE DATABASE postgres
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'C'
LC_CTYPE = 'C'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;

COMMENT ON DATABASE postgres
IS 'default administrative connection database';

In summary, the links you mentioned will be useful in case of a general "Turkish" language option. However, unfortunately this is not the solution in my case.

I currently have Postgresql 16.2 installed on my system and I am working without any problems. The current problem does not affect my working environment (I just haven't received the new minor update.) However, it may create an idea like giving up "Postgresql" for users who will install new installations on their system.
________________________________
Gönderen: Andres Freund <andres(at)anarazel(dot)de>
Gönderildi: 21 Mayıs 2024 Salı 21:36
Kime: Ugur Yilmaz <ugurlu2001(at)hotmail(dot)com>
Bilgi: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>; pgsql-bugs(at)lists(dot)postgresql(dot)org <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Konu: Re: Ynt: Postgresql 16.3 installation error (setup file) on Windows 11

Hi,

On 2024-05-14 07:40:41 +0000, Ugur Yilmaz wrote:
> My computer language settings are : Türkiye (country) / Türkçe (language)

In that case, this thread might be relevant:
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpostgr.es%2Fm%2FPH8PR21MB3902F334A3174C54058F792CE5182%2540PH8PR21MB3902.namprd21.prod.outlook.com&data=05%7C02%7C%7C80617fce73114c5fcceb08dc79c4e527%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638519133771012089%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=lKf3NdoeVN21VyBdu0nGd5nLDLU0oxn287lHjeo4bgs%3D&reserved=0<https://postgr.es/m/PH8PR21MB3902F334A3174C54058F792CE5182%40PH8PR21MB3902.namprd21.prod.outlook.com>

Thomas has a patch at
https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpostgr.es%2Fm%2FCA%252BhUKGJJgyc9xg%252Bg_8_jPUV08Kr0NFdgq2_H9mm7-eZd7YVRQg%2540mail.gmail.com&data=05%7C02%7C%7C80617fce73114c5fcceb08dc79c4e527%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638519133771023091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=YxYBtJAX97EQgrup7OTVEQTVDCwG%2Fw6Q5jd%2F7zhy184%3D&reserved=0<https://postgr.es/m/CA%2BhUKGJJgyc9xg%2Bg_8_jPUV08Kr0NFdgq2_H9mm7-eZd7YVRQg%40mail.gmail.com>

Greetings,

Andres Freund

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Waka Ranai 2024-05-22 16:14:31 Bug report - pg_upgrade tool seems to have a race condition when trying to delete a pg_wal file
Previous Message Ugur Yilmaz 2024-05-22 15:18:39 Ynt: Postgresql 16.3 installation error (setup file) on Windows 11