Re: Odd 9.4, 9.3 buildfarm failure on s390x

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Odd 9.4, 9.3 buildfarm failure on s390x
Дата
Msg-id 87lg7jev6j.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: Odd 9.4, 9.3 buildfarm failure on s390x  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Ответы Re: Odd 9.4, 9.3 buildfarm failure on s390x  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Odd 9.4, 9.3 buildfarm failure on s390x  (Mark Wong <mark@2ndQuadrant.com>)
Список pgsql-hackers
>>>>> "Andrew" == Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:

 >> What is the size of a C "int" on this platform?

 Andrew> 4.

Hmm.

Because int being more than 32 bits is the simplest explanation for this
difference.

How about the output of this query:

with d(a) as (values ('11111111-1111-1111-1111-111111111111'::uuid),
                     ('22222222-2222-2222-2222-222222222222'::uuid),
                     ('3f3e3c3b-3a30-3938-3736-353433a2313e'::uuid))
  select d1.a, d2.a, uuid_cmp(d1.a,d2.a) from d d1, d d2
   order by d1.a asc, d2.a desc;

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Implementing SQL ASSERTION
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: libpq host/hostaddr/conninfo inconsistencies