Tom Lane wrote: > This would simplify development/maintenance at the cost of a small > amount of CPU time building the index OID list whenever it wasn't > already cached. (OTOH ... I'm unsure whether opening an index by OID > is any faster than opening it by name, but it's certainly plausible that > it might be --- so we could find we buy back the time spent building > relcache index lists by making the actual index open step quicker.) > > Comments? I want to do the first step in any case, but I'm not sure > about eliminating the index name lists.
All your changes make sense to me. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])