Re: Who is a maintainer of GiST code ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Hannu Krosing <hannu(at)tm(dot)ee>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Who is a maintainer of GiST code ?
Date: 2000-12-20 20:00:21
Message-ID: 11222.977342421@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> seems rtree doesn't ignore NULL ?

Hm, maybe not. There are explicit tests to ignore null inputs in hash
indexes (hash/hash.c), and I'd just sort of assumed that rtree and gist
do the same.

FWIW, your example doesn't seem to provoke an error in current sources;
but it does take quite a long time (far longer than building a btree
index on 10000 nulls). That makes me think that indexing nulls in rtree
might be a bad idea even if it works.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Oleg Bartunov 2000-12-20 20:42:36 Re: Who is a maintainer of GiST code ?
Previous Message Tom Lane 2000-12-20 19:35:44 Re: some errors and/or bugs?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-20 20:12:14 Re: Re: Table name scope (was Re: [BUGS] Outer joins aren't working with views)
Previous Message Mike Sears 2000-12-20 19:57:42 Re: MySQL conversion utility