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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-www(at)postgresql(dot)org
Subject: Re: Failed to make v10 branch: gitmaster push hook needs adjustment
Date: 2017-08-16 20:46:40
Message-ID: CAD5tBc+S0Pijtd41LCOZYfSpUwL47Rnbn94gAV8JBP=ZBvvKFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Aug 14, 2017 at 8:41 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:

> 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
>
>

(snatching a brief moment of connectivity)

I won't be be able to fix it until at least Sunday, possibly a good bit
longer, but it should simply be a matter of adding a COLLATE clause to the
branch ordering at line 75 of show_status.pl

cheers

andrew

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2017-08-16 21:09:03 Re: Failed to make v10 branch: gitmaster push hook needs adjustment
Previous Message Joe Conway 2017-08-16 15:17:39 Re: Wiki editor request