Re: Remove configure --disable-float4-byval and --disable-float8-byval - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Remove configure --disable-float4-byval and --disable-float8-byval
Date
Msg-id CAH2-Wzn1tb8cVoo_E4Tn6CC79ashORQVEteZXMjKnzaz_VmgJQ@mail.gmail.com
Whole thread Raw
In response to Re: Remove configure --disable-float4-byval and --disable-float8-byval  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Remove configure --disable-float4-byval and --disable-float8-byval
List pgsql-hackers
On Fri, Nov 1, 2019 at 7:41 AM Robert Haas <robertmhaas@gmail.com> wrote:
> Could we get around this by making Datum 8 bytes everywhere?

I really like that idea.

Even Raspberry Pi devices (which can cost as little as $35) use 64-bit
ARM processors. It's abundantly clear that 32-bit platforms do not
matter enough to justify keeping all the SIZEOF_DATUM crud around.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: Robert Haas
Date:
Subject: Re: MarkBufferDirtyHint() and LSN update