pgsql: Add an explicit cast to Size to hyperloglog.c - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add an explicit cast to Size to hyperloglog.c
Date
Msg-id E1YEhQg-0004lK-Fr@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Prevent duplicate escape-string warnings when using pg_stat_stat
Next
From: Robert Haas
Date:
Subject: pgsql: Don't use abbreviated keys for the final merge pass.