Re: Odd 9.4, 9.3 buildfarm failure on s390x

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Odd 9.4, 9.3 buildfarm failure on s390x
Дата
Msg-id 20180928224127.w77enndz2gao7yjs@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Odd 9.4, 9.3 buildfarm failure on s390x  (Mark Wong <mark@2ndQuadrant.com>)
Ответы Re: Odd 9.4, 9.3 buildfarm failure on s390x  (Mark Wong <mark@2ndQuadrant.com>)
Список pgsql-hackers
Hi,

On 2018-09-28 15:22:23 -0700, Mark Wong wrote:
> On Fri, Sep 28, 2018 at 11:52:15AM -0700, Andres Freund wrote:
> > Mark, is there anything odd for specific branches?
> 
> No... I don't have anything in the config that would be applied to
> specific branches...

Could you perhaps do some manual debugging on that machine?

Maybe starting with manually running something like:

SELECT uuid_cmp('11111111-1111-1111-1111-111111111111'::uuid, '22222222-2222-2222-2222-222222222222'::uuid);
SELECT uuid_cmp('11111111-1111-1111-1111-111111111111'::uuid, '11111111-1111-1111-1111-111111111111'::uuid);
SELECT uuid_cmp('11111111-1111-1111-1111-111111111111'::uuid, '11111113-1111-1111-1111-111111111111'::uuid);
SELECT uuid_cmp('11111111-1111-1111-1111-111111111111'::uuid, '11111110-1111-1111-1111-111111111111'::uuid);

on both master and one of the failing branches?

Greetings,

Andres Freund


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Something for the TODO list: deprecating abstime andfriends
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Use durable_unlink for .ready and .done files for WAL segmentremoval