At 11:17 PM 2/17/2005, Juha Heinanen wrote:
the other option i guess is to add unsigned int as a
new datatype to ser
db interface, which would be lot of work.
Well, I think that's something we should do someday. Generally, I would
prefer to see unsigned ints throught SER as opposed to signed ints.
There is at least one known case when use of signed int made it easy
to introduce a crash through producing a negative table hash value.
-jiri