Re: libpq.rc make rule

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: libpq.rc make rule
Дата
Msg-id 937d27e10802251433u4820d510o82f2a925ac064cb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: libpq.rc make rule  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: libpq.rc make rule  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Mon, Feb 25, 2008 at 10:03 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
> Dave Page wrote:
>  > It's used on Windows to ensure that installers can do the right thing
>  > when replacing a copy of libpq.dll. The daily build number was the
>  > most maintenance-free way of getting a fourth value for the version
>  > resource.
>
>  Isn't that what the shared library version numbers are for?  Do you need finer
>  resolution than that?

Yes, because newer builds may be linked against updated runtime
versions. We need to be sure the installer will upgrade the file so it
definitely matches any runtimes (or other dependencies) that we're
also installing/upgrading.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: 8.3 / 8.2.6 restore comparison
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: idea: simple variadic functions in SQL and PL/pgSQL