Re: BUG #1671: Long interval string representation rejected

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1671: Long interval string representation rejected
Дата
Msg-id 28864.1116951805@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1671: Long interval string representation rejected  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> #define APPEND_CHAR(bufptr, end, newchar) \
>     do \
>     { \
>         if (((bufptr) + 1) >= (end)) \
>             return DTERR_BAD_FORMAT; \
>         *(bufptr)++ = (newchar); \
>     } while (0);

Oh BTW, there definitely should not be a semicolon at the end
of that macro ...

            regards, tom lane

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

Предыдущее
От: "Haluk GUNCER"
Дата:
Сообщение: BUG #1679: Error while compiling (linking), finite, Unsatisfied symbols
Следующее
От: Franklin Phan
Дата:
Сообщение: Ordinal 968 could not be located in the dynamic link library LIBEAY32.dll