On Tue, 27 Feb 2007, Nelson Arape wrote:
I think that your patch could be better if instead of using the "signed" right shift operator (>>) followed by a bit mask, use directly the "unsigned" right shift operator (>>>)
Indeed that does improve things slightly. I didn't even know that operator existed.
I've applied this patch: http://gborg.postgresql.org/pipermail/pgjdbc-commit/2007-February/000594.html Kris Jurka