From: | Jay Jay <jay(dot)jay(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Vacuum and Hash Tables |
Date: | 2006-01-31 17:07:02 |
Message-ID: | b309f6c70601310907j6d1a0f7av5e10234dbea198fd@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
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.
At the moment, i've replaced freelist.c with an implementation of the LRU
policy and test runs of this policy independant of the server appears to
show that it works as expected. I run into problems however, when i attempt
to initialise the template1. The code returns
vacuuming database template1... FATAL: shared buffer hash table corrupted
I suspect that this has something to do with the hashtables that i've used
in buf_tables.c and the vacuum. Can anyone point me to any resources that
might shed more light on this?
Incidently, the code base i'm using is version 8.0.4
Regards,
Joseph
From | Date | Subject | |
---|---|---|---|
Next Message | Joachim Wieland | 2006-01-31 18:29:36 | Re: Policy on schema-qualified names |
Previous Message | Mark Woodward | 2006-01-31 16:04:21 | Re: Want to add to contrib.... xmldbx |