Peter Eisentraut <[EMAIL PROTECTED]> writes:
> It's because XLogRecPtr is a struct. You can't assign structs with
> '='. Gotta use memcpy, etc.
Struct assignment is a required feature since ANSI C, and I'm pretty
sure we use it in other places already. I doubt that's the explanation
for Larry's problem.
regards, tom lane
- [HACKERS] err, XLOG/UW711/cc/Doesn't compile. Larry Rosenman
- Re: [HACKERS] err, XLOG/UW711/cc/Doesn't compile. Larry Rosenman
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't compile. Mikheev, Vadim
- Re: [HACKERS] err, XLOG/UW711/cc/Doesn't compile... 'Larry Rosenman'
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't compile... Peter Eisentraut
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't com... Peter Eisentraut
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't com... Tom Lane
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't compile. Mikheev, Vadim
- Re: [HACKERS] err, XLOG/UW711/cc/Doesn't compile... 'Larry Rosenman'
- RE: [HACKERS] err, XLOG/UW711/cc/Doesn't compile. Mikheev, Vadim
- Re: [HACKERS] err, XLOG/UW711/cc/Doesn't compile... 'Larry Rosenman'
