Re: should we add a XLogRecPtr/LSN SQL type?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: should we add a XLogRecPtr/LSN SQL type?
Дата
Msg-id CA+TgmobNKoRtuNM_FBQwevtooq5T+pjpKJu5tA5nmYKDnjvkRg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: should we add a XLogRecPtr/LSN SQL type?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: should we add a XLogRecPtr/LSN SQL type?  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On Wed, Feb 19, 2014 at 10:03 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> On Wed, Feb 19, 2014 at 9:30 AM, Andres Freund <andres@2ndquadrant.com> wrote:
>>> GET_8_BYTES only exists for 64bit systems.
>
>> Right, I got that far.  So it looks like float8, int8, timestamp,
>> timestamptz, and money all have behavior contingent on
>> USE_FLOAT8_BYVAL, making that symbol a misnomer in every way.  But
>> since we've already marched pretty far down that path I suppose we
>> should keep marching.
>
> You need somebody to help you with getting that working on 32-bit
> platforms?  Because it needs to get fixed, or reverted, PDQ.

Hopefully the commit I just pushed will fix it.  It now works on my
machine with and without --disable-float8-byval.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: should we add a XLogRecPtr/LSN SQL type?
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Add a GUC to report whether data page checksums are enabled.