Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: edf0b5f0db0da14340fa4ea140f5c20003e84fe5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-06-17T23:41:51Z
Releases: 7.1.1
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.

Files