Re: Win32 version numbers not correct (again, but this one is easy)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Win32 version numbers not correct (again, but this one is easy)
Дата
Msg-id 29178.1104443364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Win32 version numbers not correct (again, but this one is easy)  ("Magnus Hagander" <mha@sollentuna.net>)
Ответы Re: Win32 version numbers not correct (again, but this one  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Version numbers don't update properly on postgres.exe when doing make
> clean/make. It works for all other exes and dlls. I beleive this is just
> a case of "make clean" not properly removing "win32ver.o". See attached
> patch.

Hmm, is that the only place we missed it?  Might be worth diffing a make
distclean'd tree against a virgin one.

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Win32 version numbers not correct (again, but this one is easy)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Bgwriter behavior