where are the getting buf data from disk really done?

Поиск
Список
Период
Сортировка
От sunpeng
Тема where are the getting buf data from disk really done?
Дата
Msg-id h2o46cc57ac1004191734r4f8757e6xeaf4dee2a99ba5ee@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: George Woodring
Дата:
Сообщение: Re: Database corruption with duplicate tables.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: where are the getting buf data from disk really done?