Re: Windows default locale vs initdb

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Ertan Küçükoglu <ertan(dot)kucukoglu(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Noah Misch <noah(at)leadboat(dot)com>, Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Subject: Re: Windows default locale vs initdb
Date: 2024-07-22 11:01:11
Message-ID: CA+hUKGLNst7ZsgDeh=F44FiPuwGR+uZJyDLH+j5AxrcYfyYWxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 22, 2024 at 8:04 PM Ertan Küçükoglu
<ertan(dot)kucukoglu(at)gmail(dot)com> wrote:
> I am a complete noob about PostgreSQL development.
> I don't know about the PostgreSQL CI system.
> I will be needing some help as to how to do the tests.
> I have access to different Windows OSes (v10, Server 2022 mainly).
> These systems can be set to English or Turkish locales if needed.
> I can also add new Windows versions if needed.
> I do not know how to use patch files. I am also not sure what tests I should do.
> Do I need to set up a Windows build system for PostgreSQL CI?
> Will I download some files (EXE, etc) ready for testing? Copy them over an existing installation for testing?

Sorry, I didn't mean to put you on the spot :-) Yeah you'd need to
install a compiler, various libraries and tools to be able to build
form source with a patch. Unfortunately I'm not the best person to
explain how to do that on Windows as I don't use it. Honestly it
might be a bit too much new stuff to figure out at once just to test
this small patch. What I'd be hoping for is confirmation that there
are no weird unintended consequences or problems I'm not seeing since
I'm writing blind patches based on documentation only, but it's
probably too much to ask to figure out the whole development
environment and then go on an open ended expedition looking for
unknown problems.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey M. Borodin 2024-07-22 11:08:39 Re: WIP: parallel GiST index builds
Previous Message jian he 2024-07-22 10:53:51 Re: Virtual generated columns