From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Sigh ... |
Date: | 2008-05-02 19:27:05 |
Message-ID: | 481B6B09.2020602@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers pgsql-patches |
Tom Lane wrote:
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>> This fix is surely wrong for several reasons:
>> . the configure changes only broke MSVC builds, not all Windows builds
>> (see narwhal, for example), but this change applies to both.
>> . fixing a change that adds a configure option by hardcoding it in
>> pg_config.h.win32 is simply the wrong fix - the right fix is to add the
>> equivalent logic to src/tools/Solution.pm.
>>
>
> Well, maybe the right answer is to take a step back and figure out what
> pg_config.h.win32's excuse for living is at all. I do not understand
> our Windows configuration setup, and what I do understand is is that
> it's a pile of horrid kluges that break anytime anyone looks at them
> sideways.
>
> I will be quite happy to never touch any Windows configuration stuff
> again. If you want me to, you had better redesign and/or document it
> so that people other than you and Magnus have some idea of what connects
> to what.
>
>
>
Oops, the file is only used by MSVC/BCC, not by MinGW. Sorry for the
mistake about that.
However, all the values are hardcoded, so nothing in it should relate to
settings that come from configure, I believe. These should be dealt with
in src/tools/msvc/Solution.pm (mostly in GenerateFiles() ).
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-05-02 19:44:13 | Re: [COMMITTERS] pgsql: Sigh ... |
Previous Message | User Fxjr | 2008-05-02 15:00:44 | npgsql - Npgsql2: Added missing System.Transactions.dll assembly so |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-05-02 19:44:13 | Re: [COMMITTERS] pgsql: Sigh ... |
Previous Message | Dickson dos Santos Guedes | 2008-05-02 18:07:08 | Re: Patch to add objetct size on "\d+" verbose output |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-05-02 19:44:13 | Re: [COMMITTERS] pgsql: Sigh ... |
Previous Message | Mark Wong | 2008-05-02 18:34:18 | Re: configure option for XLOG_BLCKSZ |