Re: FW: Postgresql on win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FW: Postgresql on win32
Дата
Msg-id 21332.980177621@sss.pgh.pa.us
обсуждение исходный текст
Ответ на FW: Postgresql on win32  (Magnus Hagander <mha@sollentuna.net>)
Ответы Re: FW: Postgresql on win32  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Magnus Hagander <mha@sollentuna.net> writes:
>> 2) PG_VERSION is no longer defined in version.h[.in], but in 
>> configure.in. Since we don't do configure on native win32, we 
>> need to put it in config.h.win32 :-(

Putting

> ! #define PG_VERSION 7.1
> ! #define PG_VERSION_STR "7.1 (win32)"

into config.h.win32 is most certainly *not* an acceptable solution.
We are not going to start maintaining this file's idea of the version
by hand, now that we've centralized the version info otherwise.
Find another way.
        regards, tom lane


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: MySQL and BerkleyDB (fwd)
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: timestamp (mis)behaviors