Re: Configuring fdatasync for Solaris2

From: Kenji Sugita <sugita(at)sra(dot)co(dot)jp>
To: peter_e(at)gmx(dot)net
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Configuring fdatasync for Solaris2
Date: 2001-09-11 15:24:12
Message-ID: 20010912.002412.112621225.sugita@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: [PATCHES] Configuring fdatasync for Solaris2
Date: Tue, 11 Sep 2001 16:38:37 +0200 (CEST)

;;; 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.

Did you posted? I would like to try to use it.

My understanding is that it should be enabled by configure, since fdatasync
is the best method for Solaris2.

;;; 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.

I agree.

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

Kenji Sugita
sugita(at)sra(dot)co(dot)jp

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-11 19:03:50 Re: Configuring fdatasync for Solaris2
Previous Message Thomas Lockhart 2001-09-11 15:13:22 Re: NULLs and sort order