Re: [HACKERS] Internals question about buffers

2002-06-07 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: >> Is there a race condition in ReadBufferInternal() ? No. As the comments in bufmgr.c point out, this is not bufmgr.c's problem: * ReadBuffer -- returns a buffer containing the requested * block of the requested relation. If the blknum

[HACKERS] Internals question about buffers

2002-06-07 Thread Bruce Momjian
I received this question about buffer management. Can someone answer it? --- [EMAIL PROTECTED] wrote: > > Dear Mr. Momjian: > > First let me thank you for the great work you have done on PostgreSQL. > This is a huge proj