On Sat, Apr 7, 2018 at 4:02 PM, Teodor Sigaev <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