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

2023-07-31 Thread Priess Stefan
pgsql-general@lists.postgresql.org Betreff: AW: AW: Compile static postgres.lib for postgres 15.3 on Windows Good morning Tom, I tried adding pgport=> 5433, # --with-pgport= to the config_default.pl file. And $config->{pgport} = 5433; to the config.pl file. But the default port is sti

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

2023-07-31 Thread Priess Stefan
sendet: Freitag, 28. Juli 2023 17:01 An: Priess Stefan Cc: pgsql-general@lists.postgresql.org Betreff: Re: AW: Compile static postgres.lib for postgres 15.3 on Windows Priess Stefan writes: > I also need to change the default port from 5433 to 5432 > (--with-pgport=5433). How can I do th

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

2023-07-30 Thread Priess Stefan
postgres.lib for postgres 15.3 on Windows 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

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

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

2023-07-28 Thread Priess Stefan
: Tom Lane Gesendet: Freitag, 28. Juli 2023 14:48 An: Priess Stefan Cc: pgsql-general@lists.postgresql.org Betreff: Re: Compile static postgres.lib for postgres 15.3 on Windows Priess Stefan writes: > up to version 9.6.22 there was a win32.mak file in the src/interfaces/libpw > folder whi

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

2023-07-28 Thread Tom Lane
Priess Stefan writes: > up to version 9.6.22 there was a win32.mak file in the src/interfaces/libpw > folder which could be used to compile a static postgres.lib using nmake. > Since Postgres 10 this file has been removed. Yup. It didn't really work right and there was insufficient interest in

Compile static postgres.lib for postgres 15.3 on Windows

2023-07-28 Thread Priess Stefan
Hi all, up to version 9.6.22 there was a win32.mak file in the src/interfaces/libpw folder which could be used to compile a static postgres.lib using nmake. Since Postgres 10 this file has been removed. Is it still possilbe to build a static postgres.lib for windows ? And if so, how do I do it