Re: [HACKERS] Open 6.3 issues (fwd)

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Open 6.3 issues (fwd)
Date: 1998-02-19 04:45:00
Message-ID: 34EBB8CC.97E22FF4@sable.krasnoyarsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-19 04:51:37 Re: [QUESTIONS] constraint clause
Previous Message Brook Milligan 1998-02-19 03:38:19 libpgtcl undefined symbol error with pgaccess-0.76