Re: pgsql: Add deduplication to nbtree. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add deduplication to nbtree.
Date
Msg-id 7971.1583171266@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add deduplication to nbtree.  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: pgsql: Add deduplication to nbtree.  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-committers
Another issue I just noticed is that src/tools/pginclude/cpluspluscheck
complains thusly:

./src/include/access/nbtree.h: In function 'void BTreeTupleSetPosting(IndexTupleData*, int, int)':
./src/include/access/nbtree.h:384: warning: comparison between signed and unsigned integer expressions

I suppose this can be silenced with an appropriate cast, and doing so
would seem like a good idea.

            regards, tom lane



pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add deduplication to nbtree.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Silence nbtree.h cpluspluscheck warning.