Re: [HACKERS] Macro From Hell

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Re: [HACKERS] Macro From Hell
Дата
Msg-id 35F565CC.FF811E4F@insightdist.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Macro From Hell  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Macro From Hell  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers

Bruce Momjian wrote:

> This was the fix.  In the code it was:
>
>             ((attlen) == sizeof(char)) ? \
>             ( \
>                 (long)(cur_offset) \
>             ) \
>

Needs one more tweak.

In backend/commands/copy.c   May I suggest at line 664:

   ptr = (char *)att_align(ptr, attr[i]->attlen, attr[i]->attalign)
         ^^^^^^^^


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Problem with the constraints test and PRIMARY KEY on UnixWare 7.
Следующее
От: Paul A Vixie
Дата:
Сообщение: Re: CIDR/IP types. Was: [GENERAL] big numbers