Re: Patch: Remove gcc dependency in definition of inline functions
Kurt Harriman <harriman@acm.org>
From: Kurt Harriman <harriman@acm.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, pgsql-hackers@postgresql.org
Date: 2010-02-10T08:53:48Z
Lists: pgsql-hackers
On 1/18/2010 4:42 PM, Tom Lane wrote: > I think including MSVC in the set of compilers targeted by a configure > test is just a waste of code. It's more likely to confuse people than > help them. Ok, I have taken that out, and instead put the right stuff for MSVC into pg_config.h.win32. Regards, ... kurt