pgsql: Silence nbtree.h cpluspluscheck warning.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Silence nbtree.h cpluspluscheck warning.
Дата
Msg-id E1j8ppC-0001vy-M1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence nbtree.h cpluspluscheck warning.

Add a cast to size_t to silence "comparison between signed and unsigned
integer expressions" cpluspluscheck warning.

Reported-By: Tom Lane
Discussion: https://postgr.es/m/7971.1583171266@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90051cd8278bd089cf59ca6366df64de2982be2a

Modified Files
--------------
src/include/access/nbtree.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

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