Re: pgsql: Implement operator class parameters - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Implement operator class parameters
Date
Msg-id 20200330211550.7udvlqxovcqkyacd@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Implement operator class parameters  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-committers
Hi,

On 2020-03-30 23:11:06 +0300, Alexander Korotkov wrote:
> BTW, what version of compiler (and options) do you use?  At the first
> glance gcc and clang don't show these warnings to me.

In this case it was a snapshot of gcc-10, but I think it'd have been
there with older compilers too. The warning is enabled by -Wextra (or
the more specific -Wtype-limits of course).

Regards,

Andres



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Deduplicate PageIsNew() check in lazy_scan_heap().
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Refactor nbtree high key truncation.