Re: [pgsql-www] Failed to make v10 branch: gitmaster push hook needsadjustment

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [pgsql-www] Failed to make v10 branch: gitmaster push hook needsadjustment
Дата
Msg-id 20170815004140.movtcmhq7yo7dga5@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [pgsql-www] Failed to make v10 branch: gitmaster push hook needs adjustment  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [pgsql-www] Failed to make v10 branch: gitmaster push hook needs adjustment  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-www
On 2017-08-14 20:35:14 -0400, Tom Lane wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> > Let's see what happens...  I'm around for the next few hours if things
> > go south.
> 
> Looks like the basic reporting loop is working, but the dashboard
> web page is putting REL_10_STABLE at the bottom :-(.  We can live
> with that till Andrew returns from vacation, though.  Thanks!

Yep, we're discussing that just now on IRC. Looks like a collation
issue. That's probably why it works on perl side stuff, but not sql
ordered things. At least that's my theory :P.

On the buildfarm clone:

pgbfprod=> select 'REL_10_STABLE' > 'REL9_4_STABLE';?column? 
----------f
(1 row)

pgbfprod=> select 'REL_10_STABLE' > 'REL9_4_STABLE' COLLATE "C";?column? 
----------t
(1

Greetings,

Andres Freund



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [pgsql-www] Failed to make v10 branch: gitmaster push hook needsadjustment
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [pgsql-www] Google signin