pgsql: Add an explicit cast to Size to hyperloglog.c

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add an explicit cast to Size to hyperloglog.c
Дата
Msg-id E1YEhQg-0004lK-Fr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add an explicit cast to Size to hyperloglog.c

MSVC generates a warning here; we hope this will make it happy.

Report by Michael Paquier.  Patch by David Rowley.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a3c6ba0ba2bf86254d43b40569cdf3012cf12aa

Modified Files
--------------
src/backend/lib/hyperloglog.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent duplicate escape-string warnings when using pg_stat_stat
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Don't use abbreviated keys for the final merge pass.