Re: Configuring fdatasync for Solaris2 - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Configuring fdatasync for Solaris2
Date
Msg-id Pine.LNX.4.30.0109111635550.680-100000@peter.localdomain
Whole thread Raw
In response to Re: Configuring fdatasync for Solaris2  (Kenji Sugita <sugita@sra.co.jp>)
Responses Re: Configuring fdatasync for Solaris2
List pgsql-patches
I have installed a patch that should work for you.  I used -lrt instead of
-lposix4.  They should be the same, but the former seems to be preferred.

Kenji Sugita writes:

> It already dependents on aix and alpha. Why should solaris use AC_SEARCH_LIBS?

Better style.  It eliminates the chance of picking up libraries that are
not really needed.  A lot of systems have "compatibility" libraries of all
kinds lying around.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: "Joe Conway"
Date:
Subject: Bytea string operator support
Next
From: Thomas Lockhart
Date:
Subject: Re: date_part patch