Re: Failed to make v10 branch: gitmaster push hook needs adjustment

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-www(at)postgresql(dot)org
Subject: Re: Failed to make v10 branch: gitmaster push hook needs adjustment
Date: 2017-08-15 00:41:40
Message-ID: 20170815004140.movtcmhq7yo7dga5@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 2017-08-14 20:35:14 -0400, Tom Lane wrote:
> Stephen Frost <sfrost(at)snowman(dot)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

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2017-08-15 08:42:20 Re: Google signin
Previous Message Stephen Frost 2017-08-15 00:37:15 Re: Failed to make v10 branch: gitmaster push hook needs adjustment