Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a
Date
Msg-id 480C02BD.9060609@dunslane.net
Whole thread Raw
In response to pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a
Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a
List pgsql-committers

Tom Lane wrote:
> Log Message:
> -----------
> Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap
> measure to get the Windows buildfarm members working again.  I don't
> know if it's worth exposing these as configurables, or exactly how to
> do it in the MSVC build system ...
>
>
>

see src/tools/msvc/Solution.pm

The options are picked up from config.pl (which is the equivalent of
configure invocation options) in the new() subroutine, and the config
files are written accordingly in the GenerateFiles() subroutine.

In general I'm in favor of keeping these as closely aligned as possible.

cheers

andrew

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a couple of places in execMain that erroneously assumed that