Vacuum and Hash Tables - Mailing list pgsql-hackers

From Jay Jay
Subject Vacuum and Hash Tables
Date
Msg-id b309f6c70601310907j6d1a0f7av5e10234dbea198fd@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi,<br /><br /> Currently, i'm helping out in a project testing the cache miss rates for different buffer replacement
policies.I've tried asking the postgresql channel on IRC but was directed to this mailing list instead.<br /><br /> At
themoment, i've replaced freelist.c with an implementation of the LRU policy and test runs of this policy independant
ofthe server appears to show that it works as expected. I run into problems however, when i attempt to initialise the
template1.The code returns<br /><br /> vacuuming database template1... FATAL: shared buffer hash table corrupted<br
/><br/> I suspect that this has something to do with the hashtables that i've used in buf_tables.c and the vacuum. Can
anyonepoint me to any resources that might shed more light on this?<br /><br /> Incidently, the code base i'm using is
version8.0.4<br /><br /><br /> Regards,<br /> Joseph<br /> 

pgsql-hackers by date:

Previous
From: Rick Gigger
Date:
Subject: Re: New project launched : PostgreSQL GUI Installer for
Next
From: Joachim Wieland
Date:
Subject: Re: Policy on schema-qualified names