silence compiler warning in brin.c

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема silence compiler warning in brin.c
Дата
Msg-id 20220601163537.GA2331988@nathanxps13
обсуждение исходный текст
Ответы Re: silence compiler warning in brin.c  (Zhihong Yu <zyu@yugabyte.com>)
Список pgsql-hackers
Hi hackers,

I'm seeing a compiler warning in brin.c with an older version of gcc.
Specifically, it seems worried that a variable might not be initialized.
AFAICT there is no real risk, so I've attached a small patch to silence the
warning.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl tests fail with latest Perl 5.36
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: silence compiler warning in brin.c