Re: Status of index location patch

From: "Vadim Mikheev" <vmikheev(at)sectorbase(dot)com>
To: <jim(at)buttafuoco(dot)net>, "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Status of index location patch
Date: 2001-09-15 19:40:51
Message-ID: 004501c13e1e$54b31cd0$4e79583f@home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Can you explain how I would get the tblNode for an existing database
> index files if it doesn't have the same OID as the database entry in
> pg_databases.

Well, keeping in mind future tablespace implementation I would
add tblNode to pg_class and in pg_databases I'd have
defaultTblNode and indexTblNode.
If it's too late to do for 7.2 then let's wait till 7.3.

Vadim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Buttafuoco 2001-09-15 20:01:04 Re: Status of index location patch
Previous Message Jim Buttafuoco 2001-09-15 17:54:39 Re: Status of index location patch