Re: FW: Postgresql on win32 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FW: Postgresql on win32
Date
Msg-id 21332.980177621@sss.pgh.pa.us
Whole thread Raw
In response to FW: Postgresql on win32  (Magnus Hagander <mha@sollentuna.net>)
Responses Re: FW: Postgresql on win32  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: MySQL and BerkleyDB (fwd)
Next
From: Thomas Lockhart
Date:
Subject: Re: timestamp (mis)behaviors