Re: BUG #4965: missing tests in tools/fsync/test_fsync.c

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: BUG #4965: missing tests in tools/fsync/test_fsync.c
Дата
Msg-id 603c8f070908081811u2b48e3aeta640fe1cf519bdb8@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #4965: missing tests in tools/fsync/test_fsync.c  ("Jeff Janes" <jeff.janes@gmail.com>)
Список pgsql-bugs
On Wed, Aug 5, 2009 at 10:46 AM, Jeff Janes<jeff.janes@gmail.com> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A04965
> Logged by: =A0 =A0 =A0 =A0 =A0Jeff Janes
> Email address: =A0 =A0 =A0jeff.janes@gmail.com
> PostgreSQL version: 8.4.0
> Operating system: =A0 Linux
> Description: =A0 =A0 =A0 =A0missing tests in tools/fsync/test_fsync.c
> Details:
>
> In the part that implements "Compare file sync methods with one 8k write",
> the #ifdef OPEN_SYNC_FLAG code
> is nested within the #ifdef OPEN_DATASYNC_FLAG code.
>
> This causes o_sync to be skipped if o_dsync is unavailable, but only for
> this particular section (the section with 2 8k writes doesn't have this
> problem.)
>
> Also, the statement that prints the "Compare file sync methods with one 8k
> write" section title is up in the #ifdef block of a previous section, whe=
re
> it might be omitted on systems without an o_sync.

I'm not familiar enough with this code to know whether this is a bug,
but perhaps you should prepare a patch and send it to pgsql-hackers?

...Robert

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PERFORM] BUG #4919: CREATE USER command slows down system performance
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #4959: unable to install/start service