Re: [PATCH] Add solaris path for docbook COLLATEINDEX - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCH] Add solaris path for docbook COLLATEINDEX
Date
Msg-id 200911301732.nAUHWMB27650@momjian.us
Whole thread Raw
In response to [PATCH] Add solaris path for docbook COLLATEINDEX  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: [PATCH] Add solaris path for docbook COLLATEINDEX
List pgsql-hackers
Zdenek Kotala wrote:
> collateindex.pl is stored in /usr/share/sgml/docbook/. Attached fix
> modify docbook.m4 to find correct path.
> 
> It would be nice also backported the fix back at least to 8.2.

I am not happy looking in a directory _above_ a specified directory by
default:
             [$DOCBOOKSTYLE/bin $DOCBOOKSTYLE/.. $PATH])

That seems possibly unsafe.  I suggest you just add it to the PATH for
Solaris builds.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: enable-thread-safety defaults?
Next
From: Robert Haas
Date:
Subject: Re: is isolation level 'Serializable' in pg not same as 'serializable' in SQL-92?