pgsql: Clean up float4byval and float8byval handling by dealing with

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up float4byval and float8byval handling by dealing with
Date: 2008-04-21 18:37:28
Message-ID: 20080421183728.D83FF7559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up float4byval and float8byval handling by dealing with them completely
from inside the build script.

Modified Files:
--------------
pgsql/src/include:
pg_config.h.win32 (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.win32?r1=1.52&r2=1.53)
pgsql/src/tools/msvc:
Solution.pm (r1.39 -> r1.40)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.39&r2=1.40)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-04-21 20:54:15 pgsql: Fix convert_IN_to_join to properly handle the case where the
Previous Message Magnus Hagander 2008-04-21 17:26:33 Re: pgsql: Make float4byval and float8byval configurable on MSVC.