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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an explicit cast to Size to hyperloglog.c
Date: 2015-01-23 16:49:54
Message-ID: E1YEhQg-0004lK-Fr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-01-23 17:05:20 pgsql: Don't use abbreviated keys for the final merge pass.
Previous Message Tom Lane 2015-01-22 23:11:13 pgsql: Prevent duplicate escape-string warnings when using pg_stat_stat