Re: AW: Compile static postgres.lib for postgres 15.3 on Windows

2023-07-28 Thread Tom Lane
Priess Stefan writes: > I also need to change the default port from 5433 to 5432 > (--with-pgport=5433). How can I do this using the build.bat toolchain? I > don't see the pgport parameter in the config_default.pl file. I don't use MSVC myself, but a quick look at the code suggests that you wan

Re: AW: Compile static postgres.lib for postgres 15.3 on Windows

2023-07-28 Thread Adrian Klaver
On 7/28/23 07:26, Priess Stefan wrote: Thanks Tom! I also need to change the default port from 5433 to 5432 (--with-pgport=5433). How can I do this using the build.bat toolchain? I don't see the pgport parameter in the config_default.pl file. 1) The default port is 5432. 2) Why do you want