Re: Refactoring xlogutils.c

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Teodor Sigaev" <teodor(at)sigaev(dot)ru>
Cc: "pgsql-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Refactoring xlogutils.c
Date: 2008-06-11 06:08:48
Message-ID: 484F6BF0.5090108@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Teodor Sigaev wrote:
>> - For the routines that need a fake, or lightweight, Relation struct
>> anyway, there's a new function called
>> XLogFakeRelcacheEntry(RelFileNode), that returns a palloc'd Relation
>> struct.
>
> Is that fake structure applicable for ReadBuffer()?

Yes.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2008-06-11 06:20:35 Re: Refactoring xlogutils.c
Previous Message Teodor Sigaev 2008-06-10 21:59:07 Re: Refactoring xlogutils.c