Re: [PATCHES] WAL: O_DIRECT and multipage-writer

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: [PATCHES] WAL: O_DIRECT and multipage-writer
Дата
Msg-id 20050128061624.D037.ITAGAKI@tiara.ocn.ne.jp
обсуждение исходный текст
Ответ на Re: WAL: O_DIRECT and multipage-writer  (Mark Wong <markw@osdl.org>)
Ответы Re: [PATCHES] WAL: O_DIRECT and multipage-writer  (Mark Wong <markw@osdl.org>)
Список pgsql-hackers
Thanks for testing, Mark!

> I gave this a try with DBT-2, but got a core dump on our ia64 system.
> I hope this isn't a random thing, like I ran into previously.  Maybe
> I'll try again, but postgres dumped core.

Sorry, this seems to be my patch's bug.
Which datatype did you compile with? LP64, ILP64, or LLP64?
If you used LLP64, I think the cause is buffer alignment routine
because of sizeof(long) != sizeof(void*).

I'll fix it soon...


ITAGAKI Takahiro


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Permissions on aggregate component functions
Следующее
От: Mark Wong
Дата:
Сообщение: Re: [PATCHES] WAL: O_DIRECT and multipage-writer