Re: [GENERAL] Is float8 a reference type?

Поиск
Список
Период
Сортировка
От Paul A Jungwirth
Тема Re: [GENERAL] Is float8 a reference type?
Дата
Msg-id CA+renyXUp74zuB6HOUMqaW9Sq0OMY1cyf7_D4qim0c8o9014gA@mail.gmail.com
обсуждение исходный текст
Ответ на [GENERAL] Is float8 a reference type?  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [GENERAL] Is float8 a reference type?
Следующее
От: Paul A Jungwirth
Дата:
Сообщение: Re: [GENERAL] Is float8 a reference type?