Re: buildfarm warnings

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: buildfarm warnings
Дата
Msg-id 20220212220303.xiusf3gpbxs5d6p2@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: buildfarm warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2022-02-12 16:42:03 -0500, Tom Lane wrote:
> Another new one that maybe should be silenced is
>
> /mnt/resource/bf/build/skink-master/HEAD/pgsql.build/../pgsql/src/backend/access/heap/vacuumlazy.c:1129:41: warning:
'freespace'may be used uninitialized in this function [-Wmaybe-uninitialized]
 
>
> Only skink and frogfish are showing that, though.

skink uses -O1 to reduce the overhead of valgrind a bit (iirc that shaved off
a couple of hours) without making backtraces completely unreadable. Which
explains why it shows different warnings than most other animals...

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Race condition in TransactionIdIsInProgress
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Adding CI to our tree