| 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 18:18:17 |
| Message-ID: | 3a09322e-314d-035f-8b72-fd10aaa3a547@sigaev.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> 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;
Thank you, fixed
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-04-08 18:35:39 | pgsql: Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. |
| Previous Message | John Naylor | 2018-04-08 18:09:01 | Re: WIP: a way forward on bootstrap data |