where are the getting buf data from disk really done? - Mailing list pgsql-general

From sunpeng
Subject where are the getting buf data from disk really done?
Date
Msg-id h2o46cc57ac1004191734r4f8757e6xeaf4dee2a99ba5ee@mail.gmail.com
Whole thread Raw
Responses Re: where are the getting buf data from disk really done?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: where are the getting buf data from disk really done?  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-general

I noticed at the function StartBufferIO() in bufmgr.c, there is no really getting buffer data from disk, only set InProgressBuf = buf; and return true;
i wondered where is the getting buf data from disk really done?
are there a background process to do this work? which function does this work?
thanks!

peng

pgsql-general by date:

Previous
From: George Woodring
Date:
Subject: Re: Database corruption with duplicate tables.
Next
From: Tom Lane
Date:
Subject: Re: where are the getting buf data from disk really done?