Re: out of date warnings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: out of date warnings
Date: 2012-09-28 21:21:56
Message-ID: 15629.1348867316@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> I just noticed this code in win32.h and cygwin.h:
> #if __GNUC__ && ! defined (__declspec)
> #error You need egcs 1.1 or newer for compiling!
> #endif

> EGCS was merged back into gcc with the 2.95 release in 1999, according
> to Wikipedia, So perhaps we should just remove these ancient relics, or
> at least bring them up to date?

+1 for removing it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-09-28 22:48:43 Re: embedded list v2
Previous Message Alvaro Herrera 2012-09-28 21:17:32 Re: ALTER command reworks