Re: pgsql: Implement operator class parameters

From: Andres Freund <andres(at)anarazel(dot)de>
To: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
Cc: Alexander Korotkov <akorotkov(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Implement operator class parameters
Date: 2020-03-30 21:15:50
Message-ID: 20200330211550.7udvlqxovcqkyacd@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-03-30 22:54:03 pgsql: Refactor nbtree high key truncation.
Previous Message Andres Freund 2020-03-30 21:10:56 pgsql: Deduplicate PageIsNew() check in lazy_scan_heap().