On Thu, Apr 28, 2011 at 9:05 PM, Alvaro Herrera <[email protected]> wrote: > Excerpts from Dave Page's message of jue abr 28 16:33:44 -0300 2011: > >> I think we may have to award Sun (or whats left of them) the "Bizarre >> compiler bug of the week" award here. It's actually the val++; that's >> causing the assertion, but I'm darned if I can get it to work. I've >> tried spelling out the addition, casting, changing val to an int64*, >> renaming val, and probably a dozen or so things that are broken, all >> with no success. > > Err, val = val + 1?
That's what I meant by "spelling out the addition". -- Dave Page PostgreSQL Core Team http://www.postgresql.org/ -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
