Re: On-disk bitmap index implementation - Mailing list pgsql-patches

From Gavin Sherry
Subject Re: On-disk bitmap index implementation
Date
Msg-id Pine.LNX.4.58.0612051250360.24982@linuxworld.com.au
Whole thread Raw
In response to Re: On-disk bitmap index implementation  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-patches
On Mon, 4 Dec 2006, Heikki Linnakangas wrote:

> > o Test WAL replay more thoroughly.
>
> I've had that problem too with a lot of things I've hacked. I've used a
> shell script that does the operation under test, runs a select, kills
> and restarts postmaster, and reruns the select. If the select after
> crash returns the same result as before, presumably WAL code works. But
> you need to watch out for full page writes that might mask bugs in the
> redo code.
>
> Anyone have a more sophisticated method?

Well, I've done a combination of what you did and replaying a bunch of
operations using PITR.

Thanks,

Gavin

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: On-disk bitmap index implementation
Next
From: Michael Meskes
Date:
Subject: Re: ECPG docs