Re: Disabling memory display in EXPLAIN ANALYZE

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Disabling memory display in EXPLAIN ANALYZE
Дата
Msg-id 20180402210108.GA24540@tamriel.snowman.net
обсуждение исходный текст
Ответ на Disabling memory display in EXPLAIN ANALYZE  (Andres Freund <andres@anarazel.de>)
Ответы Re: Disabling memory display in EXPLAIN ANALYZE  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Greetings,

* Andres Freund (andres@anarazel.de) wrote:
> i.e. memory consumption differs between environments. Which isn't
> surprising.
>
> I wonder if we could disable the display with a separate switch or tie
> it to !'COSTS OFF && TIMING OFF' or such?

Yeah, I agree with having these suppressed when we're running the
regression tests.  I don't particularly care for having them suppressed
under either costs or timing off though, as those are really pretty
specific and independnet flags.  Perhaps what we need is a flag that
says 'regression mode'...

Thanks!

Stephen

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: [PATCH] Logical decoding of TRUNCATE