On fre, 2010-01-01 at 20:01 +0100, Magnus Hagander wrote:
>   .\src\backend\utils\mmgr\aset.c(701): warning C4334: '<<' : result
> of 32-bit shift implicitly converted to 64 bits (was 64-bit shift
> intended?)
>   .\src\backend\utils\mmgr\aset.c(705): warning C4334: '<<' : result
> of 32-bit shift implicitly converted to 64 bits (was 64-bit shift
> intended?)
> 
> Perhaps we need some casting there?

This shouldn't be a problem for the same reason that casting size_t to
int is not a problem in the PostgreSQL backend code, but perhaps writing
1L << ... would fix it.


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to