On Thu, 2010-02-25 at 12:41 +0100, Carsten Kropf wrote:
> I have encountered a problem while implementing an index structure. I don't
> have any access to the RM (I don't know, how to set it up properly) using my
> index. However, when I don't have the situation of working with a temporary
> ta
I didn't see an answer to this, so I thought I'd point out that you do
not need to do anything with XLOG to make a functional index. It is
only necessary when you want to make it crash-safe or work over SR.
But when you're building a new index type, making it crash safe is one
of the last things o
Hi *,
I have encountered a problem while implementing an index structure. I don't
have any access to the RM (I don't know, how to set it up properly) using my
index. However, when I don't have the situation of working with a temporary
table, I need to put entries using XLogInsert(...). The probl