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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4965: missing tests in tools/fsync/test_fsync.c
Date: 2009-08-09 01:11:03
Message-ID: 603c8f070908081811u2b48e3aeta640fe1cf519bdb8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Aug 5, 2009 at 10:46 AM, Jeff Janes<jeff(dot)janes(at)gmail(dot)com> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      4965
> Logged by:          Jeff Janes
> Email address:      jeff(dot)janes(at)gmail(dot)com
> PostgreSQL version: 8.4.0
> Operating system:   Linux
> Description:        missing 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, where
> 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2009-08-09 01:11:31 Re: BUG #4959: unable to install/start service
Previous Message Bruce Momjian 2009-08-08 20:31:45 Re: [PERFORM] BUG #4919: CREATE USER command slows down system performance