out of date warnings

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: out of date warnings
Date: 2012-09-28 19:51:25
Message-ID: 5065FFBD.1070006@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2012-09-28 20:36:41 Re: [9.1] 2 bugs with extensions
Previous Message Tom Lane 2012-09-28 19:45:40 Re: Patch: incorrect array offset in backend replication tar header