Re: err, XLOG/UW711/cc/Doesn't compile. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: err, XLOG/UW711/cc/Doesn't compile.
Date
Msg-id 28646.974746690@sss.pgh.pa.us
Whole thread Raw
In response to RE: err, XLOG/UW711/cc/Doesn't compile.  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> 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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: RE: err, XLOG/UW711/cc/Doesn't compile.
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: err, XLOG/UW711/cc/Doesn't compile.