BUG #18098: Console code page issue Postgresql 14.7 - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18098: Console code page issue Postgresql 14.7
Date
Msg-id 18098-3439086a43eb238f@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18098
Logged by:          Gokul
Email address:      gokulkrishnan99102@gmail.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


pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #18094: max max_connections cannot be set
Next
From: Gokul Krishnan
Date:
Subject: Re: BUG #18098: Console code page issue Postgresql 14.7