Re: WIP: Covering + unique indexes.

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: WIP: Covering + unique indexes.
Дата
Msg-id 8b71762b-6d6d-8744-dfa3-651514aaa235@sigaev.ru
обсуждение исходный текст
Ответ на Re: WIP: Covering + unique indexes.  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Thank you, fixed

Jeff Janes wrote:
> On Sat, Apr 7, 2018 at 4:02 PM, Teodor Sigaev <teodor@sigaev.ru 
> <mailto:teodor@sigaev.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@sigaev.ru
                                       WWW: http://www.sigaev.ru/


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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: PATCH: Configurable file mode mask
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: PostgreSQL's handling of fsync() errors is unsafe and risks data loss at least on XFS