Re: NDirectFileRead and Write

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: NDirectFileRead and Write
Дата
Msg-id 20080916104812.7E68.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: NDirectFileRead and Write  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: NDirectFileRead and Write
Список pgsql-hackers
Here is a revised patch to renewal NDirectFileRead/Write.

> Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > * Let's rename them BufFileReadCount and BufFileWriteCount to reflect
> > their actual purpose.
> > * In any case I agree that the current arrangement
> > with execdebug.h declaring variables defined in bufmgr.c is just weird.

- NDirectFile{Read|Write} are renamed to BufFile{Read|Write}Count.
- They are still declared in execdebug.h and buffile.c includes it.


I did not touch messages in ShowBufferUsage() in the patch.
I think it still has meaning because BufFile counters are
kinds of direct block access.

> ShowBufferUsage()
> !   Shared blocks: ...
> !   Local  blocks: ...
> !   Direct blocks: <R> read, <W> written

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: Proposal of SE-PostgreSQL patches (for CommitFest:Sep)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql is not translate-aware