Re: WIP: Covering + unique indexes.

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: Peter Geoghegan <pg(at)bowt(dot)ie>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: WIP: Covering + unique indexes.
Date: 2018-04-08 16:31:16
Message-ID: 8b71762b-6d6d-8744-dfa3-651514aaa235@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thank you, fixed

Jeff Janes wrote:
> On Sat, Apr 7, 2018 at 4:02 PM, Teodor Sigaev <teodor(at)sigaev(dot)ru
> <mailto:teodor(at)sigaev(dot)ru>> wrote:
>
> Thanks to everyone, pushed.
>
>
> Indeed thanks, this will be a nice feature.
>
> It is giving me a compiler warning on non-cassert builds using gcc
> (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609:
>
> indextuple.c: In function 'index_truncate_tuple':
> indextuple.c:462:6: warning: unused variable 'indnatts' [-Wunused-variable]
>   int   indnatts = tupleDescriptor->natts;
>
> Cheers,
>
> Jeff

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christophe Pettus 2018-04-08 16:38:03 Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS
Previous Message David Steele 2018-04-08 16:13:48 Re: PATCH: Configurable file mode mask