> > It's because XLogRecPtr is a struct.  You can't assign structs with
> > '='.  Gotta use memcpy, etc.
> 
> Correction:  It's because the compiler won't let you cast to a
> struct.  Assigning seems to compile okay.

Oh, ok - seems we can just get rid of casting there.

Vadim

Reply via email to