Re: [HACKERS] regression: select_views.sql

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] regression: select_views.sql
Date: 1998-02-24 02:57:49
Message-ID: 34F2372D.52DBF94A@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I got different results for the second query
> (SELECT * FROM iexit ORDER BY 1, 2;) when using -S 64 (on-disk sorting)
> and -S 8192 (in-memory).
> Could it be caused by this _wrong_ line in pg_operator.h:
>
> DATA(insert OID = 793 ( "<" PGUID 0 b t f 602 602 701 ... path_n_lt ...
> ^^^
> this is float8 but path_n_lt() returns bool...
>
> The same for all path_n_* funcs (may be others too)...

I'll fix this...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-02-24 03:01:57 Re: [HACKERS] How To free resources used by large object Relations?
Previous Message Vadim B. Mikheev 1998-02-24 02:48:41 Re: [HACKERS] Subselects and NOTs