Scan buffercache for a table

Поиск
Список
Период
Сортировка
От Amin
Тема Scan buffercache for a table
Дата
Msg-id CAF-KA8-nZwkWsPsOx=LSP5BrVNxCsn-pZa03L9=ZM0GhdiXutA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Scan buffercache for a table  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
Hi,

I am looking for function calls to scan the buffer cache for a table and find the cached pages. I want to find out which pages are cached and which of them are dirty. Having the relation id, how can I do that? I have gone through bufmgr.c and relcache.c, but could not find a way to get relation-specific pages from the buffer cache.

Thank you!

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Assertion failure in SnapBuildInitialSnapshot()
Следующее
От: Yugo NAGATA
Дата:
Сообщение: Re: Allow an extention to be updated without a script