Re: Configuring fdatasync for Solaris2

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Kenji Sugita <sugita(at)sra(dot)co(dot)jp>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Configuring fdatasync for Solaris2
Date: 2001-09-12 12:19:09
Message-ID: Pine.LNX.4.30.0109121412250.694-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Kenji Sugita writes:

> I also cannot find out the rt library on Solaris2. The library posix4 hits
> fdatasync.

I rechecked the manuals, apparently -lrt was added in a later version
(after the POSIX.4 group was renamed?). I've changed the test to check
both libraries.

Do you have any performance data of the fdatasync method versus the
default open_datasync method?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-09-12 12:54:39 Re: Bytea string operator support
Previous Message Bruce Momjian 2001-09-12 04:01:52 Re: [HACKERS] to_char and Roman Numeral (RN) bug