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

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Completion of project to use fixed OIDs for
Date: 2005-04-15 01:33:40
Message-ID: 425F19F4.5080804@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-15 01:58:28 Re: pgsql: Completion of project to use fixed OIDs for
Previous Message User Jwp 2005-04-14 23:59:54 python - web: Add vim source formatting magic.