regression: select_views.sql

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: hackers(at)postgreSQL(dot)org
Subject: regression: select_views.sql
Date: 1998-02-18 12:48:48
Message-ID: 34EAD8B0.B3974EB4@sable.krasnoyarsk.su
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)...

Vadim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Martin 1998-02-18 13:03:31 Re: [HACKERS] Re: [PORTS] v6.3 release ToDo list and supported p
Previous Message Andrew Martin 1998-02-18 12:39:26 RE: [HACKERS] Re: [COMMITTERS] 'pgsql/src/template linux-elf'