Re: err, XLOG/UW711/cc/Doesn't compile.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: err, XLOG/UW711/cc/Doesn't compile.
Дата
Msg-id 28646.974746690@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: err, XLOG/UW711/cc/Doesn't compile.  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: RE: err, XLOG/UW711/cc/Doesn't compile.
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: err, XLOG/UW711/cc/Doesn't compile.