Multiple postmaster + RPM + locale issues - Mailing list pgsql-hackers

From Devrim GUNDUZ
Subject Multiple postmaster + RPM + locale issues
Date
Msg-id 1161206267.2415.28.camel@laptop.gunduz.org
Whole thread Raw
Responses Re: Multiple postmaster + RPM + locale issues  (Peter Eisentraut <peter_e@gmx.net>)
Re: Multiple postmaster + RPM + locale issues  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-hackers
Hi,

I have almost finished working on multiple rpm + postmaster issue today.
The spec file and patches in pgsqlrpms cvs work almost as expected and
does some preliminary work about multiple postmaster installation issue
(we can build the rpms and they are installed correctly).

I have a question about locale files. AFAICS, our configure script has
hardcoded localedir value:
 # Note: share/locale is always the default, independent of $datadir localedir='${prefix}/share/locale'

However, I think we need to install locale files of each major releases
to different directory. I can patch the line above in spec file; however
I'm not sure where to install those locale files.

The question is:

- Is it a good idea to add a new --localedir parameter to configure
script so that the localedir will be configurable?

- If not, where should I install locale specific files?

- ... or should I do something different?

Thanks.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: UDF and cache
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [GENERAL] UDF and cache