Re: Windows installation problem at post-install step

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: Ertan Küçükoglu <ertan(dot)kucukoglu(at)gmail(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org, Manika Singhal <manika(dot)singhal(at)enterprisedb(dot)com>
Subject: Re: Windows installation problem at post-install step
Date: 2024-08-06 19:54:12
Message-ID: CA+hUKGJdyNtKJOA1-7HRbXr4ouaigVXHtoGghay9rWcmYQMhrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 6, 2024 at 10:38 PM Sandeep Thakkar
<sandeep(dot)thakkar(at)enterprisedb(dot)com> wrote:
> On Tue, Aug 6, 2024 at 4:06 PM Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> wrote:

[v15]

>>> XXX debug raw: setup_locale_encoding = "Turkish_Türkiye.1254"
>>> XXX debug hex: setup_locale_encoding = { 54 75 72 6b 69 73 68 5f 54 fc 72 6b 69 79 65 2e 31 32 35 34 }
>>> XXX debug txt: setup_locale_encoding = { T u r k i s h _ T ? r k i y e . 1 2 5 4 }
>>> The database cluster will be initialized with locale "Turkish_Türkiye.1254".

[v16]

>>> XXX debug raw: setup_locale_encoding = "Turkish_Türkiye.1254"
>>> XXX debug hex: setup_locale_encoding = { 54 75 72 6b 69 73 68 5f 54 fc 72 6b 69 79 65 2e 31 32 35 34 }
>>> XXX debug txt: setup_locale_encoding = { T u r k i s h _ T ? r k i y e . 1 2 5 4 }
>>> The database cluster will be initialized with locale "Turkish_Türkiye.1254".

OK so we see that the "Turkish,Türkiye" -> "Turkish_Türkiye.1254"
transformation happens in the "cannonname" step, and then the final
values are identical between the versions.

>>> performing post-bootstrap initialization ... child process was terminated by exception 0xC0000409

If I understand correctly that's abort(), so can you please run it
with -d so we can maybe see some information about that? Also -n
might be useful to stop it from deleting the data directory at the end
in case something useful for diagnosis is in there.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message yudhi s 2024-08-06 21:07:24 Standard of data storage and transformation
Previous Message Greg Sabino Mullane 2024-08-06 16:29:55 Re: data checksums