Re: [HACKERS] extern + static issue in datetime.c

2001-08-27 Thread Tom Lane
"Zeugswetter Andreas SB SD" <[EMAIL PROTECTED]> writes: > Attached is a patch that might be considered (remove static for these > globals). Actually, they are not globals AFAICS, so removing the header extern seemed the more appropriate fix. regards, tom lane ---

Re: [HACKERS] extern + static issue in datetime.c

2001-08-27 Thread Tom Lane
"Zeugswetter Andreas SB SD" <[EMAIL PROTECTED]> 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-v