Re: Shared buffer access rule violations?

Поиск
Список
Период
Сортировка
От Asim R P
Тема Re: Shared buffer access rule violations?
Дата
Msg-id CANXE4TeGLrNs1OauDzKzXrgwZKRNzxV4FBx4LA=-E6OKv9f0GA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Shared buffer access rule violations?  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Shared buffer access rule violations?
Список pgsql-hackers
On Tue, Aug 7, 2018 at 7:00 PM, Peter Geoghegan <pg@bowt.ie> wrote:
>
> I wonder if it would be a better idea to enable Valgrind's memcheck to
> mark buffers as read-only or read-write. We've considered doing
> something like that for years, but for whatever reason nobody followed
> through.

Basic question: how do you mark buffers as read-only using memcheck
tool?  Running installcheck with valgrind didn't uncover any errors:

valgrind --trace-children=yes pg_ctl -D datadir start
make installcheck-parallel

Asim & David


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [WIP] [B-Tree] Retail IndexTuple deletion
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Why do we expand tuples in execMain.c?