Re: [PATCH] Add solaris path for docbook COLLATEINDEX

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: [PATCH] Add solaris path for docbook COLLATEINDEX
Date: 2009-11-30 17:32:22
Message-ID: 200911301732.nAUHWMB27650@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-11-30 17:37:22 Re: is isolation level 'Serializable' in pg not same as 'serializable' in SQL-92?
Previous Message Bruce Momjian 2009-11-30 17:21:20 Re: enable-thread-safety defaults?