Re: Add PG version number to NLS files

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Add PG version number to NLS files
Дата
Msg-id 200506151926.j5FJQqe12353@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Add PG version number to NLS files  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Add PG version number to NLS files  (Martin Pitt <mpitt@debian.org>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add PG version number to NLS files
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC.