Re: Summary function for pg_buffercache

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Summary function for pg_buffercache
Дата
Msg-id CAJ7c6TP8bsyBzxv5uFwiGMe6HbgbqY32VFokpN7o4er7WH+29A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Summary function for pg_buffercache  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: Summary function for pg_buffercache  (Melih Mutlu <m.melihmutlu@gmail.com>)
Список pgsql-hackers
Hi hackers,

> > I suggest we focus on saving the memory first and then think about the
> > performance, if necessary.
>
> +1

I made a mistake in v3 cfbot complained about. It should have been:

```
if (RelFileNumberIsValid(BufTagGetRelNumber(&bufHdr->tag)))
```

Here is the corrected patch.

-- 
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Expand palloc/pg_malloc API
Следующее
От: Andres Freund
Дата:
Сообщение: Re: configure --with-uuid=bsd fails on NetBSD