Re: [HACKERS] question on bits32 wraparound check

2009-04-03 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera writes: > > So there's a minor issue on Takahiro-san fillfactor-on-toast patch, > > which is that it does not hand out the last possible "kind" value. This > > is a bits32 field, so at least theoretically on some platforms it will > > be wider than 32 while on oth

Re: [HACKERS] question on bits32 wraparound check

2009-04-03 Thread Tom Lane
Alvaro Herrera writes: > So there's a minor issue on Takahiro-san fillfactor-on-toast patch, > which is that it does not hand out the last possible "kind" value. This > is a bits32 field, so at least theoretically on some platforms it will > be wider than 32 while on others it will be exactly 32.

[HACKERS] question on bits32 wraparound check

2009-04-03 Thread Alvaro Herrera
So there's a minor issue on Takahiro-san fillfactor-on-toast patch, which is that it does not hand out the last possible "kind" value. This is a bits32 field, so at least theoretically on some platforms it will be wider than 32 while on others it will be exactly 32. I'm wondering if this is the c