Re: [GENERAL] Is float8 a reference type? - Mailing list pgsql-general

From Paul A Jungwirth
Subject Re: [GENERAL] Is float8 a reference type?
Date
Msg-id CA+renyXUp74zuB6HOUMqaW9Sq0OMY1cyf7_D4qim0c8o9014gA@mail.gmail.com
Whole thread Raw
In response to [GENERAL] Is float8 a reference type?  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general
On Fri, Sep 22, 2017 at 7:52 PM, Paul A Jungwirth
<pj@illuminatedcomputing.com> wrote:
> Is a Datum always 8 bytes for 64-bit architectures?

Never mind, I found this in `pg_config.h`:
   /* float8, int8, and related values are passed by value if 'true', by      reference if 'false' */   #define
FLOAT8PASSBYVALtrue
 

Paul


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [GENERAL] Is float8 a reference type?
Next
From: Paul A Jungwirth
Date:
Subject: Re: [GENERAL] Is float8 a reference type?