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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Priess Stefan <stefan(dot)priess(at)nexus-chili(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: AW: Compile static postgres.lib for postgres 15.3 on Windows
Date: 2023-07-28 15:01:04
Message-ID: 2341448.1690556464@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Priess Stefan <stefan(dot)priess(at)nexus-chili(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gert Cuykens 2023-07-28 16:32:58 Re: impact pgbench on a physical replicated stream
Previous Message Ron 2023-07-28 14:50:21 Re: impact pgbench on a physical replicated stream