pgsql/src/backend/access/rtree (rtree.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/rtree (rtree.c)
Date: 2000-06-17 23:41:27
Message-ID: 200006172341.e5HNfRo80779@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, June 17, 2000 @ 19:41:23
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/rtree
from hub.org:/home/projects/pgsql/tmp/cvs-serv80708/backend/access/rtree

Modified Files:
rtree.c

----------------------------- Log Message -----------------------------

Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
passing the index-is-unique flag to index build routines (duh! ...
why wasn't it done this way to begin with?). Aside from eliminating
an eyesore, this should save a few milliseconds in btree index creation
because a full scan of pg_index is not needed any more.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-06-17 23:41:31 pgsql/src/backend/bootstrap (bootstrap.c)
Previous Message Tom Lane 2000-06-17 23:41:19 pgsql/src/backend/access/nbtree (nbtree.c)