]> granicus.if.org Git - postgresql/commit
Add an explicit cast to Size to hyperloglog.c
authorRobert Haas <rhaas@postgresql.org>
Fri, 23 Jan 2015 16:44:51 +0000 (11:44 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Jan 2015 16:44:51 +0000 (11:44 -0500)
commit6a3c6ba0ba2bf86254d43b40569cdf3012cf12aa
tree207683998ac180f5ab4c16c29476f3f932d39324
parenteb213acfe2a51ab3dc6d9bbe02d5d8a903366779
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.
src/backend/lib/hyperloglog.c