Re: extern + static issue in datetime.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: extern + static issue in datetime.c
Date: 2001-08-27 20:05:21
Message-ID: 19924.998942721@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> writes:
> Current sources don't compile on AIX with xlc compiler because of the
> combined (and inconsistent ? or compiler bug) use of extern and static
> for the datetktbl in datetime.c.

Fixed. A pass with HP's compiler also showed up a static-vs-not-static
conflict in network.c.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-27 20:16:57 libpq++ current sources don't compile with older C++ compilers
Previous Message Georgina Rodríguez 2001-08-27 19:46:35 Hi