Re: pgsql: Fix compiler warning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Fix compiler warning
Дата
Msg-id 5c927b9b-0000-ce62-6a18-1e0ed825c5c4@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pgsql: Fix compiler warning  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Fix compiler warning
Список pgsql-committers
On 2019-09-02 10:03, Michael Paquier wrote:
> On Mon, Sep 02, 2019 at 07:54:16AM +0200, Peter Eisentraut wrote:
>> Is this code new in PG12?  Doesn't look like it to me.
> 
> Well, 12 has not been released yet, which is the point I am trying to
> make.  The code was introduced in 10, and as the fix is trivial it
> seems to me that it could be back-patched.  For example even recently
> you back-patched f02bd63 in the same category.  If you don't think
> that's worth it, that's fine for me as well.

That patch made sure the whole tree compiles without warning.

The tree currently does not compile without warnings on Windows (for
me), so it doesn't seem worth fixing warnings piece by piece in the
backbranches.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use explicit_bzero
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix compiler warning