Re: Reducing the runtime of the core regression tests

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Reducing the runtime of the core regression tests
Дата
Msg-id CAH2-WzmH=iphX_mxtkL0ik3M538=+v1Ne5JNu56HiC+cFoQoeQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reducing the runtime of the core regression tests  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: Reducing the runtime of the core regression tests  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Fri, Apr 12, 2019 at 10:24 AM Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> I wonder if it would be useful to add --enable-debug.  I think I
> purposefully removed that, but I don't remember any details about it.

As usual, this stuff is horribly under-documented. I think it's
possible that  --enable-debug would help, since llvm-gcov requires it,
but that doesn't seem particularly likely.

It's definitely generally recommended that "-O0" be used, so I think
that we can agree that that was an improvement, even if it doesn't fix
the remaining problem that I noticed when I rechecked nbtutils.c.

-- 
Peter Geoghegan



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Reducing the runtime of the core regression tests
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Fix doc bug in logical replication.