Re: [HACKERS] Open 6.3 issues (fwd) - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [HACKERS] Open 6.3 issues (fwd)
Date
Msg-id 34EBB8CC.97E22FF4@sable.krasnoyarsk.su
Whole thread Raw
In response to [HACKERS] Open 6.3 issues (fwd)  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Thomas G. Lockhart wrote:
>
>
> > 'Can not write block blind' error on createdb and regression collision
>
> This is a show-stopper...

I'll take a look...

>
> > Check select_views regression test

Imho, it's better to get rid of second query from select_views.sql:

SELECT * FROM iexit ORDER BY 1, 2;
                                ^
2-nd attr is of path type, '<' for path-es compares # of path' points,
there are many 2,3,-points pathes there, ordering is valid but we
can't get the same results on different platforms/-S XXX.

Another way is replace the query with:

SELECT name, #thepath FROM iexit ORDER BY 1, 2;
             ^^^^^^^^ path_npoints()

Vadim

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Open 6.3 issues (fwd)
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [QUESTIONS] constraint clause