Magnus Hagander <[EMAIL PROTECTED]> 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

Reply via email to