From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Testing patches |
Date: | 2003-05-26 06:22:54 |
Message-ID: | 25873.1053930174@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Nailah Ogeer <ogeer(at)cs(dot)queensu(dot)ca> writes:
> I have made some changes to the buffer manager of postgresql-7.1.3 in
> /storage/buffer and relcache.c in utils/cache. The
> code makes fine but when i try to run initdb, it crashes. I have localized
> the problem to template1.bki and the error seems to be occurring at the
> INSERT statements. It is not liking them at all. Can anyone give me any
> tips as to where I should be looking to try to fix this problem
Fooling with bufmgr and relcache wouldn't be my recommendation for what
to do in your first venture into backend programming ;-). Have you
collected a stack trace to show where the crash is happening?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-05-26 06:28:02 | Re: Testing patches |
Previous Message | Tom Lane | 2003-05-26 06:15:59 | Re: Expect problems with PL/Python and Python version 2.2.3+ & 2.3+ |