Re: Hard max_stack_depth / WIN32_STACK_RLIMIT PostgreSQL Windows Query

2024-01-05 Thread Tom Lane
Paul Turton writes: > Looking at the source code it appears that the maximum stack limit is hard > coded as 4194304 bytes for Windows builds. My query is why this number was > picked? Is it to do with the maximum size the Windows Kernel will allow? > Could I just increase the number and re-comp

Hard max_stack_depth / WIN32_STACK_RLIMIT PostgreSQL Windows Query

2024-01-05 Thread Paul Turton
Hi all, I am on a bit of fact-finding mission for a problem we are hitting with PostgreSQL on Windows. I am unable to start PostgreSQL on windows if I have the max_stack_depth limit greater than 3584kB DETAIL: “max_stack_depth” must not exceed 3584kB. Looking at the source code it appears tha

Re: Filled Postgres server as Docker image

2024-01-05 Thread Matthias Apitz
El día viernes, enero 05, 2024 a las 11:31:34 +0100, Bernd Graf escribió: > Hi, > > for development and testing (integration testing) I want to have a > Docker image with a pre-filled Postgres database. It should be a simple > and quick task to spin-up this database, e.g., in a docker compose set

Filled Postgres server as Docker image

2024-01-05 Thread Bernd Graf
Hi, for development and testing (integration testing) I want to have a Docker image with a pre-filled Postgres database. It should be a simple and quick task to spin-up this database, e.g., in a docker compose setup. Suggested solutions to achieve this goal are (1) To place initialization scrip