Re: pgsql: Make float4byval and float8byval configurable on MSVC.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <mha(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Make float4byval and float8byval configurable on MSVC.
Date: 2008-04-21 16:55:55
Message-ID: 480CC71B.7020004@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Magnus Hagander wrote:
> Log Message:
> -----------
> Make float4byval and float8byval configurable on MSVC.
>
> Modified Files:
> --------------
> pgsql/src/tools/msvc:
> Solution.pm (r1.38 -> r1.39)
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.38&r2=1.39)
> config.pl (r1.11 -> r1.12)
> (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl?r1=1.11&r2=1.12)
>

Should we now remove the entries for these 2 defines in pg_config.h.win32 ?

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-04-21 17:19:55 Re: pgsql: Make float4byval and float8byval configurable on MSVC.
Previous Message Alvaro Herrera 2008-04-21 16:54:24 Re: Re: [HACKERS] [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search