pgsql: Make float4byval and float8byval configurable on MSVC. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make float4byval and float8byval configurable on MSVC.
Date
Msg-id 20080421100132.96B967559CC@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make float4byval and float8byval configurable on MSVC.
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: dim@pgfoundry.org (User Dim)
Date:
Subject: prefix - prefix: New picksplit() idea from Jordan as new opclass, DEBUG
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a