Re: Git-master regression failure

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Svenne Krap <svenne(dot)lists(at)krap(dot)dk>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Git-master regression failure
Date: 2013-06-18 19:14:10
Message-ID: CAMkU=1yfLTz0gK4FyjihWaVBvMxVDsDyVXCg8SZE3A9WGfbuFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 18, 2013 at 11:20 AM, Svenne Krap <svenne(dot)lists(at)krap(dot)dk> wrote:

>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
>
>
> On 18-06-2013 18:40, Svenne Krap wrote:
> > Any ideas what might have happened?
>
> After doing some more digging...
>
> My laptop (which runs PostgreSQL 9.2.4 on x86_64-pc-linux-gnu, compiled
> by x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3,
> 64-bit) also returns "99", if I
>
> - - run the CREATE TABLE tenk1 (from the git-master)
> - - load data from tenk.data (from git-master)
> - - run the "offending part" of the create_index.sql (also from
> git-master):
>

But 9.2.4 does pass "make check", and only fails if you reproduce those
things manually?

If so, I'm guessing that you have some language/locale settings that "make
check" neutralizes in 9.2.4, but that neutralization is broken in HEAD.

> As I have no real idea of what "~<~" is for an operator (I have looked
> it up as scalarltjoinsel), but I cannot find any semantics for it in the
> docs*... So I have no way of manually checking the expected result.
>

Yes, it does seem to be entirely undocumented. Using:
git grep '~<~', I found the code comment "character-by-character (not
collation order) comparison operators for character types"

Anyway, if REL9_2_4 passes make check, but 073d7cb513f5de44530f fails, then
you could use "git bisect" to find the exact commit that broke things.

Cheers,

Jeff

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gurjeet Singh 2013-06-18 19:17:20 Re: review: Non-recursive processing of AND/OR lists
Previous Message Svenne Krap 2013-06-18 19:07:46 Re: Git-master regression failure