out of date warnings - Mailing list pgsql-hackers

From Andrew Dunstan
Subject out of date warnings
Date
Msg-id 5065FFBD.1070006@dunslane.net
Whole thread Raw
Responses Re: out of date warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch: incorrect array offset in backend replication tar header
Next
From: Dimitri Fontaine
Date:
Subject: Re: [9.1] 2 bugs with extensions