Re: duplicate #define

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: duplicate #define
Дата
Msg-id 548C67D4.2020107@vmware.com
обсуждение исходный текст
Ответ на duplicate #define  (Mark Dilger <hornschnorter@gmail.com>)
Список pgsql-hackers
On 12/13/2014 04:45 PM, Mark Dilger wrote:
> In commit 2c03216d831160bedd72d45f712601b6f7d03f1c, the
> following define occurs twice in src/include/access/xlogrecord.h:
>
> #define SizeOfXLogRecordDataHeaderLong (sizeof(uint8) + sizeof(uint32))
>
> It is no big deal, as the definitions don't contradict each other.  We
> could probably live with just one, though.
>
> Patch attached

Thanks, fixed!

- Heikki




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: add modulo (%) operator to pgbench
Следующее
От: José Luis Tallón
Дата:
Сообщение: Re: On partitioning