pgsql/src/include/catalog (index.h pg_proc.h) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/include/catalog (index.h pg_proc.h)
Date
Msg-id 200006172341.e5HNft281011@hub.org
Whole thread Raw
List pgsql-committers
  Date: Saturday, June 17, 2000 @ 19:41:54
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/catalog
     from hub.org:/home/projects/pgsql/tmp/cvs-serv80708/include/catalog

Modified Files:
    index.h pg_proc.h

-----------------------------  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.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/storage/large_object (inv_api.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/include/bootstrap (bootstrap.h)