Re: pgsql: Add deduplication to nbtree.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add deduplication to nbtree.
Дата
Msg-id 7971.1583171266@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add deduplication to nbtree.  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: pgsql: Add deduplication to nbtree.
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Add deduplication to nbtree.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Silence nbtree.h cpluspluscheck warning.