BUG #18098: Console code page issue Postgresql 14.7

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: gokulkrishnan99102(at)gmail(dot)com
Subject: BUG #18098: Console code page issue Postgresql 14.7
Date: 2023-09-08 06:28:13
Message-ID: 18098-3439086a43eb238f@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18098
Logged by: Gokul
Email address: gokulkrishnan99102(at)gmail(dot)com
PostgreSQL version: 14.7
Operating system: Windows 10 Pro, Version - 22H2
Description:

Hi Team,
We are facing an issue on executing initdb.exe it throws error
like 'initdb: error: The program "postgres" was found by
"pgsql\bin\initdb.exe" but was not the same version as initdb'.
But postgres.exe and initdb.exe version are same. After referring
many articles, sites in google. We came to know that Console code page
causes this issue on specific case. If we are setting console code page on
particular cmd session it won't affects the init db process. But if chcp
value entry present in registry at the path
"HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun"(This entry
helps to execute any command in cmd at the time of opening). Hence in the
entire initdb process if cmd inkoved internally this chcp values will be set
on each cmd session. This may cause encoding issue during initdb process. On
referring postgres forum we found an bug raised with exact senario in
postgres 11 but no response found for that mail thread. Kindly help us to
resolve this issue.
Refer this link(bug) ->
https://www.postgresql.org/message-id/15856-97c7d2fd3b86f13d@postgresql.org

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gokul Krishnan 2023-09-08 06:32:42 Re: BUG #18098: Console code page issue Postgresql 14.7
Previous Message David G. Johnston 2023-09-08 04:55:31 Re: BUG #18094: max max_connections cannot be set