Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode
Date
Msg-id CA+TgmobUgPnRMLA8ts613gx5hNf+0-T_rF5niUC7pcLE7BUbKw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode  (Christopher Browne <cbbrowne@gmail.com>)
List pgsql-hackers
On Thu, Jun 14, 2012 at 4:51 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> Lets sidetrack this till we have a tender agreement on how to handle DDL ;). I
> am aware of the issues with rollbacks, truncate et al...

Agreed; I will write up my thoughts about DDL on the other thread.  I
think that's a key thing we need to figure out; once we understand how
we're handling that, the correct design for this will probably fall
out pretty naturally.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode
Next
From: Heikki Linnakangas
Date:
Subject: WAL format changes