Re: fix windows contrib compile warnings for redefined macros

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: fix windows contrib compile warnings for redefined macros
Date: 2004-10-21 18:41:27
Message-ID: 18476.1098384087@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>> The right thing for the min/max macros is to get rid of them anyway,
>> and use the Min/Max macros from c.h.

> That's a fair point. I'll look at that.

Actually I'm in the middle of doing that myself, so don't worry about
it.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-10-21 19:50:45 Re: fix windows contrib compile warnings for redefined
Previous Message Andrew Dunstan 2004-10-21 18:39:42 Re: fix windows contrib compile warnings for redefined