Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a
Date: 2008-04-21 02:58:05
Message-ID: 480C02BD.9060609@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-04-21 03:49:45 pgsql: Fix a couple of places in execMain that erroneously assumed that
Previous Message Tom Lane 2008-04-21 02:04:10 pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a