Tom Lane wrote:> ! maskl = (0xffffffffUL << (32 - (int) bits))> ! & 0xffffffffUL;
Is that "& 0xffffffffUL" required ?