Re: Abbreviated keys for Numeric - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Abbreviated keys for Numeric
Date
Msg-id 878ue9wee9.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Abbreviated keys for Numeric  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Abbreviated keys for Numeric
List pgsql-hackers
>>>>> "Robert" == Robert Haas <robertmhaas@gmail.com> writes:
>> No, that's wrong; it must use USE_FLOAT8_BYVAL since that's what the>> definitions of Int64GetDatum / DatumGetInt64
areconditional on. As>> you have it now, it'll break if you build with>> --disable-float8-byval on a 64bit platform.
 
Robert> I'd prefer to avoid that by avoiding the use of those macros inRobert> this code path rather than by leaving
thetop 32 bits of theRobert> Datum unused
 

I don't consider it appropriate to override ./configure in this way.

-- 
Andrew (irc:RhodiumToad)



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Abbreviated keys for text cost model fix
Next
From: Greg Stark
Date:
Subject: Re: PATCH: adaptive ndistinct estimator v4