Re: pgsql: Completion of project to use fixed OIDs for

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql: Completion of project to use fixed OIDs for
Дата
Msg-id 425F19F4.5080804@familyhealth.com.au
обсуждение исходный текст
Ответ на pgsql: Completion of project to use fixed OIDs for all system catalogs  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql: Completion of project to use fixed OIDs for  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> Completion of project to use fixed OIDs for all system catalogs and
> indexes.  Replace all heap_openr and index_openr calls by heap_open
> and index_open.  Remove runtime lookups of catalog OID numbers in
> various places.  Remove relcache's support for looking up system
> catalogs by name.  Bulky but mostly very boring patch ...

Did all of this end up buying much performance improvement?

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

Предыдущее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - web: Add vim source formatting magic.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Completion of project to use fixed OIDs for