Re: Add PG version number to NLS files - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Add PG version number to NLS files
Date
Msg-id 200506151926.j5FJQqe12353@candle.pha.pa.us
Whole thread Raw
In response to Re: Add PG version number to NLS files  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Add PG version number to NLS files  (Martin Pitt <mpitt@debian.org>)
List pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > The 'bind' calles in the binaries are going to look for the proper
> > version.  Does that help, or is libpq the only thing we need to
> > handle?
>
> Shared libraries have their version number embedded in the file name for
> the explicit purpose of installing more than one version side by side.
> Therefore, the PO files also need to make arrangements for side by side
> installation.  No such promises are made for non-library files.

OK, seems we need examples of how our current setup fails, both for
libpq and binaries.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Add PG version number to NLS files
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC.