AW: AW: Compile static postgres.lib for postgres 15.3 on Windows - Mailing list pgsql-general

From Priess Stefan
Subject AW: AW: Compile static postgres.lib for postgres 15.3 on Windows
Date
Msg-id 367cb1ca139b4f9a8741bdcf08d9b980@nexus-chili.com
Whole thread Raw
In response to AW: AW: Compile static postgres.lib for postgres 15.3 on Windows  (Priess Stefan <stefan.priess@nexus-chili.com>)
List pgsql-general
Tom,

i followed your instructions exactly and put

"--with-pgport" => 5433

in the config_default.pl and now it is working!

Thanks!

nexus / chili

Stefan Priess
Softwareentwicklung

Tel: +49 6221 18079-10
E-Mail: stefan.priess@nexus-chili.com


NEXUS / CHILI GmbH, Friedrich-Ebert-Str. 2, 69221 Dossenheim/Heidelberg
www.nexus-chili.com

Eingetragene Gesellschaft beim Registergericht Mannheim, HRB 337363
Geschäftsführer: Dr. Uwe Engelmann, Dr. Heiko Münch

-----Ursprüngliche Nachricht-----
Von: Priess Stefan <stefan.priess@nexus-chili.com>
Gesendet: Montag, 31. Juli 2023 09:52
An: Tom Lane <tgl@sss.pgh.pa.us>
Cc: 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=<path>

to the config_default.pl file. And

$config->{pgport} = 5433;

to the config.pl file.

But the default port is still 5432...



nexus / chili

Stefan Priess
Softwareentwicklung

Tel: +49 6221 18079-10
E-Mail: stefan.priess@nexus-chili.com


NEXUS / CHILI GmbH, Friedrich-Ebert-Str. 2, 69221 Dossenheim/Heidelberg www.nexus-chili.com

Eingetragene Gesellschaft beim Registergericht Mannheim, HRB 337363
Geschäftsführer: Dr. Uwe Engelmann, Dr. Heiko Münch

-----Ursprüngliche Nachricht-----
Von: Tom Lane <tgl@sss.pgh.pa.us>
Gesendet: Freitag, 28. Juli 2023 17:01
An: Priess Stefan <stefan.priess@nexus-chili.com>
Cc: pgsql-general@lists.postgresql.org
Betreff: Re: AW: Compile static postgres.lib for postgres 15.3 on Windows

Priess Stefan <stefan.priess@nexus-chili.com> 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 want to add

    "--with-pgport" => 5433

(with the quotes, probably).

            regards, tom lane





pgsql-general by date:

Previous
From: "Daniel Westermann (DWE)"
Date:
Subject: Re: Understanding pg_stat_io.evictions
Next
From: jian he
Date:
Subject: jsonb on-disk size calculation