pgsql/src/backend/commands (cluster.c indexcmds.c)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/backend/commands (cluster.c indexcmds.c)
Дата
Msg-id 200006172341.e5HNfdc80866@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Saturday, June 17, 2000 @ 19:41:39
Author: tgl

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

Modified Files:
    cluster.c indexcmds.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.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/bootstrap (bootstrap.c)
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql/src/backend/catalog (heap.c index.c)