Re: pgsql: Completion of project to use fixed OIDs for - Mailing list pgsql-committers

From Christopher Kings-Lynne
Subject Re: pgsql: Completion of project to use fixed OIDs for
Date
Msg-id 425F19F4.5080804@familyhealth.com.au
Whole thread Raw
In response to pgsql: Completion of project to use fixed OIDs for all system catalogs  (tgl@svr1.postgresql.org (Tom Lane))
Responses Re: pgsql: Completion of project to use fixed OIDs for  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - web: Add vim source formatting magic.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Completion of project to use fixed OIDs for