Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode
Date: 2012-06-14 21:00:54
Message-ID: CA+TgmobUgPnRMLA8ts613gx5hNf+0-T_rF5niUC7pcLE7BUbKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 14, 2012 at 4:51 PM, Andres Freund <andres(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-06-14 21:01:42 WAL format changes
Previous Message Andres Freund 2012-06-14 20:51:09 Re: [PATCH 03/16] Add a new syscache to fetch a pg_class entry via its relfilenode